A reusable Django app to manage analyses.
Project description
django-analyses
A reusable Django app to manage analyses.
Quick start
- Add "django_analyses" to your INSTALLED_APPS setting:
INSTALLED_APPS = [ ... 'django_analyses', ]
- Include the
analyses
URLconf in your prject urls.py:
path("api/", include("django_analyses.urls", namespace="analyses")),
-
Run
python manage.py migrate
to create the analyses models. -
Start the development server and visit http://127.0.0.1:8000/admin/.
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
django_analyses-0.1.0.tar.gz
(7.8 MB
view hashes)
Built Distribution
Close
Hashes for django_analyses-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41fb2e410f49bf7e2cf101baf8d6d67ce44b8431c3ed74fa0c6346b7f984a3c8 |
|
MD5 | 86e53959ffbf140cf816b5c5a3da1b09 |
|
BLAKE2b-256 | cff52977ab3d95251536f33fc514e488b653e9bd195643588598c08b58890f81 |