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
analysisURLconf in your project urls.py:
path("api/", include("django_analyses.urls", namespace="analysis")),
-
Run
python manage.py migrateto 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.0.1.tar.gz
(15.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_analyses-0.0.1.tar.gz.
File metadata
- Download URL: django_analyses-0.0.1.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2725ef0fabd8efae9f2181d0fbe988ab6d706a25711d07359e97cc18dbec1860
|
|
| MD5 |
392cf6d4937fe1b49091185af5aaa106
|
|
| BLAKE2b-256 |
83c0e5bbaf31d2f3990665d6e4db10607260114e4faf5cc6ec3d8487cf422beb
|
File details
Details for the file django_analyses-0.0.1-py3-none-any.whl.
File metadata
- Download URL: django_analyses-0.0.1-py3-none-any.whl
- Upload date:
- Size: 40.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d6a506a1da3b616a5b6d2cc60f66ca7bca696567b8c0c4533f73b7647818410
|
|
| MD5 |
9b6f14996f4eddbe6ddd3b7ec9bd9395
|
|
| BLAKE2b-256 |
cee1c76100da4eb7cc2f00fc9b9421240cddce998c72e5a0ad54be61aeee3a0d
|