# SINP Organisms for Django
[DjangoSinpNomenclature](https://github.com/dbchiro/DjangoSinpNomenclature) is a simple [Django](https://www.djangoproject.com/) reusable app to manage nomenclatures of the [French SINP standards for species data and metadata exchange](https://inpn.mnhn.fr/programme/donnees-observations-especes/references/standard-echange), respecting standard.
See docs for more details : <https://dbchiro.github.io/DjangoSinpNomenclature/>
## Quick start
1. Install app
```bash
pip install -U dj_sinp_nomenclatures
```
2. Configure `INSTALLED_APPS`:
```python
INSTALLED_APPS = (
'django.contrib.admin',
'django.contrib.auth',
(...),
'rest_framework',
'sinp_nomenclatures',
(...),
)
```
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')),
(...),
]
```
4. Run `python manage.py migrate` to create the polls models.
5. Run `python manage.py loaddata <path to venv>/lib/<python version>/site-packages/sinp_nomenclatures/fixtures/sinp_dict_data_v1.0.json` to load official nomenclatures.
5. Start the development server and visit <http://127.0.0.1:8000/admin/>
to create an nomenclatures (you'll need the Admin app enabled).

Raw data
{
"_id": null,
"home_page": "https://github.com/dbchiro/DjangoSinpNomenclature",
"name": "dj_sinp_nomenclatures",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "SINP, Nomenclatures, Django, France, dbChiroWeb",
"author": "dbChiro project",
"author_email": "project@dbchiro.org",
"download_url": "https://files.pythonhosted.org/packages/23/92/f0782ebd9e8da15b64c94afa8ecf0148f203090369606374c992d47fbf8d/dj_sinp_nomenclatures-1.3.3.tar.gz",
"platform": null,
"description": "# SINP Organisms for Django\n\n[DjangoSinpNomenclature](https://github.com/dbchiro/DjangoSinpNomenclature) is a simple [Django](https://www.djangoproject.com/) reusable app to manage nomenclatures of the [French SINP standards for species data and metadata exchange](https://inpn.mnhn.fr/programme/donnees-observations-especes/references/standard-echange), respecting standard.\n\nSee docs for more details : <https://dbchiro.github.io/DjangoSinpNomenclature/>\n\n## Quick start\n\n1. Install app\n\n```bash\npip install -U dj_sinp_nomenclatures\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 (...),\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 (...),\n]\n```\n\n4. Run `python manage.py migrate` to create the polls models.\n5. Run `python manage.py loaddata <path to venv>/lib/<python version>/site-packages/sinp_nomenclatures/fixtures/sinp_dict_data_v1.0.json` to load official nomenclatures.\n5. Start the development server and visit <http://127.0.0.1:8000/admin/>\n to create an nomenclatures (you'll need the Admin app enabled).\n\n\n",
"bugtrack_url": null,
"license": "AGPLv3",
"summary": "Django app to manage french SINP nomenclatures standards",
"version": "1.3.3",
"project_urls": {
"Documentation": "https://dbchiro.github.io/DjangoSinpNomenclature/",
"Homepage": "https://github.com/dbchiro/DjangoSinpNomenclature",
"Repository": "https://github.com/dbchiro/DjangoSinpNomenclature"
},
"split_keywords": [
"sinp",
" nomenclatures",
" django",
" france",
" dbchiroweb"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9844583400439562d6ba465cdc6aa4506f76403436adb437aedbdc89c0c7e2f7",
"md5": "35b7cb09a8004437d628f81f44ec2c49",
"sha256": "3342a6ec2bb97bde7242fd67e7e2830188784963e13cf3efea5cc0284ae92106"
},
"downloads": -1,
"filename": "dj_sinp_nomenclatures-1.3.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "35b7cb09a8004437d628f81f44ec2c49",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 39445,
"upload_time": "2025-02-06T14:12:19",
"upload_time_iso_8601": "2025-02-06T14:12:19.331920Z",
"url": "https://files.pythonhosted.org/packages/98/44/583400439562d6ba465cdc6aa4506f76403436adb437aedbdc89c0c7e2f7/dj_sinp_nomenclatures-1.3.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2392f0782ebd9e8da15b64c94afa8ecf0148f203090369606374c992d47fbf8d",
"md5": "aa8f40c2bb96b3b04a959fdcf5718132",
"sha256": "555d6997d586618ec228501c75f87234623f4c1d6aeb6136879721105b056673"
},
"downloads": -1,
"filename": "dj_sinp_nomenclatures-1.3.3.tar.gz",
"has_sig": false,
"md5_digest": "aa8f40c2bb96b3b04a959fdcf5718132",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 35306,
"upload_time": "2025-02-06T14:12:20",
"upload_time_iso_8601": "2025-02-06T14:12:20.767935Z",
"url": "https://files.pythonhosted.org/packages/23/92/f0782ebd9e8da15b64c94afa8ecf0148f203090369606374c992d47fbf8d/dj_sinp_nomenclatures-1.3.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-06 14:12:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dbchiro",
"github_project": "DjangoSinpNomenclature",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "dj_sinp_nomenclatures"
}