Django app to manage french SINP nomenclatures standards
Project description
SINP Organisms for Django
DjangoSinpNomenclature is a simple Django reusable app to manage nomenclatures of the French SINP standards for species data and metadata exchange, respecting standard.
See docs for more details : https://dbchiro.github.io/DjangoSinpNomenclature/
Quick start
- Install app
pip install -U dj_sinp_nomenclatures
- Configure
INSTALLED_APPS
:
INSTALLED_APPS = (
'django.contrib.admin',
'django.contrib.auth',
(...),
'rest_framework',
'sinp_nomenclatures',
(...),
)
- Configure
urls.py
:
urlpatterns = [
path('admin/', admin.site.urls),
path('api-auth/', include('rest_framework.urls')),
(...),
path('api/v1/', include('sinp_nomenclatures.urls')),
(...),
]
- Run
python manage.py migrate
to create the polls models. - 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. - Start the development server and visit http://127.0.0.1:8000/admin/ to create an nomenclatures (you'll need the Admin app enabled).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dj_sinp_nomenclatures-1.3.0.tar.gz
.
File metadata
- Download URL: dj_sinp_nomenclatures-1.3.0.tar.gz
- Upload date:
- Size: 35.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.7 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d5b3c2f31c714147e38ad28e0949d4d1fd8f9f24d16b293cd240f601b3ec79f |
|
MD5 | d0f7f46b400253b36daeaec69c44f820 |
|
BLAKE2b-256 | 84dc0824dee60a0740079ff644c03d9be53a1a93b6a60f78eb0875935a279cc7 |
File details
Details for the file dj_sinp_nomenclatures-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: dj_sinp_nomenclatures-1.3.0-py3-none-any.whl
- Upload date:
- Size: 51.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.7 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b1715d0ef33b2ec14d52fedf4382e4ac9f46e5ff85cce2ea8800e8b7244021a |
|
MD5 | 13d020e6d329efa80abd0a5dea74f6d7 |
|
BLAKE2b-256 | 98a45d35bcfa1ab316b7927e54c99a3292f88a794ff148ac98d74d06cc80e338 |