dj_sinp_organisms


Namedj_sinp_organisms JSON
Version 1.4.1 PyPI version JSON
download
home_pagehttps://github.com/dbchiro/DjangoSinpOrganisms
SummaryDjango app to manage french SINP organisms standard
upload_time2024-11-27 22:29:40
maintainerNone
docs_urlNone
authordbChiro project
requires_python<4.0,>=3.9.0
licenseAGPLv3
keywords sinp nomenclatures django france dbchiroweb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SINP Organisms for Django

[DjangoSinpOrganisms](https://github.com/dbchiro/DjangoSinpOrganisms) is a simple [Django](https://www.djangoproject.com/) reusable app to manage [French SINP Organisms](http://standards-sinp.mnhn.fr/referentiel-des-organismes/), respecting standard.

See docs for more details : <https://dbchiro.github.io/DjangoSinpOrganisms/>

## Quick start

1. Install app

```bash
pip install -U dj-sinp-organisms
```

2. Configure `INSTALLED_APPS`:

```python
INSTALLED_APPS = (
    'django.contrib.admin',
    'django.contrib.auth',
    (...),
    'rest_framework',
    'sinp_nomenclatures',
    'sinp_organisms',
    (...),
)
```

3. Configure `urls.py`:

```python
urlpatterns = [
    path('admin/', admin.site.urls),
    path('api-auth/', include('rest_framework.urls')),
    (...),
    path('api/v1/', include('sinp_nomenclatures.urls')),
    path('api/v1/', include('sinp_organisms.urls')),
    (...),
]
```

4. Run `python manage.py migrate` to create the polls models.
5. Start the development server and visit <http://127.0.0.1:8000/admin/>
   to create an organism (you'll need the Admin app enabled).
6. Visit <http://127.0.0.1:8000/api/v1/organisms> to view organisms API.

## Database models

![models.png](./docs/_static/models.png)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dbchiro/DjangoSinpOrganisms",
    "name": "dj_sinp_organisms",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9.0",
    "maintainer_email": null,
    "keywords": "SINP, Nomenclatures, Django, France, dbChiroWeb",
    "author": "dbChiro project",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/2f/77/548cc4b7a191caf57e0023622c7e4ba59653206ecbbe727b04a3f0167b8f/dj_sinp_organisms-1.4.1.tar.gz",
    "platform": null,
    "description": "# SINP Organisms for Django\n\n[DjangoSinpOrganisms](https://github.com/dbchiro/DjangoSinpOrganisms) is a simple [Django](https://www.djangoproject.com/) reusable app to manage [French SINP Organisms](http://standards-sinp.mnhn.fr/referentiel-des-organismes/), respecting standard.\n\nSee docs for more details : <https://dbchiro.github.io/DjangoSinpOrganisms/>\n\n## Quick start\n\n1. Install app\n\n```bash\npip install -U dj-sinp-organisms\n```\n\n2. Configure `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = (\n    'django.contrib.admin',\n    'django.contrib.auth',\n    (...),\n    'rest_framework',\n    'sinp_nomenclatures',\n    'sinp_organisms',\n    (...),\n)\n```\n\n3. Configure `urls.py`:\n\n```python\nurlpatterns = [\n    path('admin/', admin.site.urls),\n    path('api-auth/', include('rest_framework.urls')),\n    (...),\n    path('api/v1/', include('sinp_nomenclatures.urls')),\n    path('api/v1/', include('sinp_organisms.urls')),\n    (...),\n]\n```\n\n4. Run `python manage.py migrate` to create the polls models.\n5. Start the development server and visit <http://127.0.0.1:8000/admin/>\n   to create an organism (you'll need the Admin app enabled).\n6. Visit <http://127.0.0.1:8000/api/v1/organisms> to view organisms API.\n\n## Database models\n\n![models.png](./docs/_static/models.png)\n",
    "bugtrack_url": null,
    "license": "AGPLv3",
    "summary": "Django app to manage french SINP organisms standard",
    "version": "1.4.1",
    "project_urls": {
        "Documentation": "https://dbchiro.github.io/DjangoSinpOrganisms/",
        "Homepage": "https://github.com/dbchiro/DjangoSinpOrganisms",
        "Repository": "https://github.com/dbchiro/DjangoSinpOrganisms"
    },
    "split_keywords": [
        "sinp",
        " nomenclatures",
        " django",
        " france",
        " dbchiroweb"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22adb88dd7cc15833da9df3d8e2b48768e4eac0a10a5d5bd58e0fb8e7117697c",
                "md5": "a86e86bf9ca989c1d69da3070e182b3e",
                "sha256": "5df8971974adcc4c4b79dc07557a0057de7a1669ec92f1c5d7db37facd7c99c3"
            },
            "downloads": -1,
            "filename": "dj_sinp_organisms-1.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a86e86bf9ca989c1d69da3070e182b3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9.0",
            "size": 1192217,
            "upload_time": "2024-11-27T22:29:37",
            "upload_time_iso_8601": "2024-11-27T22:29:37.414906Z",
            "url": "https://files.pythonhosted.org/packages/22/ad/b88dd7cc15833da9df3d8e2b48768e4eac0a10a5d5bd58e0fb8e7117697c/dj_sinp_organisms-1.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f77548cc4b7a191caf57e0023622c7e4ba59653206ecbbe727b04a3f0167b8f",
                "md5": "877a4c9e45d4585fbc6ac2720868bbfd",
                "sha256": "ed2a2e13e92aa3912f2c12d59050a4a3d5e7d161a78c3c8781fcf6941a831f81"
            },
            "downloads": -1,
            "filename": "dj_sinp_organisms-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "877a4c9e45d4585fbc6ac2720868bbfd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9.0",
            "size": 1142501,
            "upload_time": "2024-11-27T22:29:40",
            "upload_time_iso_8601": "2024-11-27T22:29:40.501134Z",
            "url": "https://files.pythonhosted.org/packages/2f/77/548cc4b7a191caf57e0023622c7e4ba59653206ecbbe727b04a3f0167b8f/dj_sinp_organisms-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-27 22:29:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dbchiro",
    "github_project": "DjangoSinpOrganisms",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dj_sinp_organisms"
}
        
Elapsed time: 0.34644s