A simple Django app to represent organisms.
Project description
Organisms is a simple Django app to represent organisms.
Download and Install
This package is registered as “django-organisms” in PyPI and is pip installable:
pip install django-organisms
If django is not found on your system, pip will install it too.
Quick Start
Add ‘organisms’ to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'organisms', )
Run python manage.py migrate command to create organisms model.
Usage of Management Command
This app includes a management command management/commands/organisms_create_or_update.py, which can be used to populate the organisms table in the database. It takes 3 arguments:
taxonomy_id
scientific_name
common_name
For example, to populate the Human object in the database, we would enter:
python manage.py organisms_create_or_update --taxonomy_id=9606 --scientific_name="Homo sapiens" --common_name="Human"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-organisms-0.2.tar.gz
.
File metadata
- Download URL: django-organisms-0.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdc5f7fe5b1445263060989d9afe7c374232dc92f3645575ad7d1be3ac6ecd8e |
|
MD5 | 2a4d91f375155c5fd74ffcd3c0a72d27 |
|
BLAKE2b-256 | 365a307102b3fa3967620a6a9aaf0b58347060cdd23b41b83bf3e73ba492821e |