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.2.tar.gz
(16.7 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.2.tar.gz.
File metadata
- Download URL: django_analyses-0.0.2.tar.gz
- Upload date:
- Size: 16.7 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 |
077a36ac235a8908181d5b44b669e99f3236b341753d2bb09f4bdfaa64f6d6bb
|
|
| MD5 |
fe745f0c6c85995b3a971e75a8f1253e
|
|
| BLAKE2b-256 |
cf67e0b4ce6fc0baf02dda98d3f2efeae412dd3b22be1f72942031acf2e9e213
|
File details
Details for the file django_analyses-0.0.2-py3-none-any.whl.
File metadata
- Download URL: django_analyses-0.0.2-py3-none-any.whl
- Upload date:
- Size: 45.2 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 |
97ec081cee00228c0ddd682633692a673d7b2ecb240b05cc426a9c97c9b03868
|
|
| MD5 |
7513363502847fc0b76b29176d7e37c1
|
|
| BLAKE2b-256 |
e3e4232a2931b02c61de92393a7f1cfd8aefc04407121da40be1af2de3e64c52
|