Skip to main content

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

  1. Install app
pip install -U dj_sinp_nomenclatures
  1. Configure INSTALLED_APPS:
INSTALLED_APPS = (
    'django.contrib.admin',
    'django.contrib.auth',
    (...),
    'rest_framework',
    'sinp_nomenclatures',
    (...),
)
  1. Configure urls.py:
urlpatterns = [
    path('admin/', admin.site.urls),
    path('api-auth/', include('rest_framework.urls')),
    (...),
    path('api/v1/', include('sinp_nomenclatures.urls')),
    (...),
]
  1. Run python manage.py migrate to create the polls models.
  2. 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.
  3. Start the development server and visit http://127.0.0.1:8000/admin/ to create an nomenclatures (you'll need the Admin app enabled).

models

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dj_sinp_nomenclatures-1.4.4.tar.gz (35.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dj_sinp_nomenclatures-1.4.4-py3-none-any.whl (40.4 kB view details)

Uploaded Python 3

File details

Details for the file dj_sinp_nomenclatures-1.4.4.tar.gz.

File metadata

  • Download URL: dj_sinp_nomenclatures-1.4.4.tar.gz
  • Upload date:
  • Size: 35.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.11.11 Linux/6.17.0-1020-azure

File hashes

Hashes for dj_sinp_nomenclatures-1.4.4.tar.gz
Algorithm Hash digest
SHA256 7d5ea11749ac0b531e8791b9319ee89f3bf3c7492dcf442c80b77b071c630fc6
MD5 17935daa5e6ffd9c65257ee4cf30bdb0
BLAKE2b-256 fe3e0d1310583a8eb9ff88d2bb524e09812845652e1989259b948084a621274f

See more details on using hashes here.

File details

Details for the file dj_sinp_nomenclatures-1.4.4-py3-none-any.whl.

File metadata

File hashes

Hashes for dj_sinp_nomenclatures-1.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a76b1a5d21158034f59ca0c49bf2352ebf8a43346c0a05c94f51d8f8f53f5afb
MD5 d2017037d3ec342c992170e58a4d5381
BLAKE2b-256 d56acc55ef5b05c6e87d54b5fe6b5ea93d32ad6a1531df49a8ebe1d28122e3b6

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.4.4 This release

2 files

1.4.3

2 files

1.4.2

2 files

1.4.1

2 files

1.4.0

2 files

1.3.3

2 files

1.3.2

2 files

1.3.1

2 files

1.3.0

2 files

1.2.2

2 files

1.2.1

2 files

1.2.0

2 files

1.1.0

2 files

1.0.1

2 files

1.0.0

2 files

0.3.0

2 files

0.2.6

2 files

0.2.5

2 files

0.2.4

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page