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.3.tar.gz
(20.4 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.3.tar.gz.
File metadata
- Download URL: django_analyses-0.0.3.tar.gz
- Upload date:
- Size: 20.4 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 |
25236d180e54c92677c73794fd6bb0a3c00f7731eac6415d36ce959146a6559b
|
|
| MD5 |
6edace33dba0e7410caf30d1272f3fad
|
|
| BLAKE2b-256 |
1845756a5bd8ba424779f6409e297ea07760068cb8b4e95ccb730ccccdfabd95
|
File details
Details for the file django_analyses-0.0.3-py3-none-any.whl.
File metadata
- Download URL: django_analyses-0.0.3-py3-none-any.whl
- Upload date:
- Size: 61.9 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 |
f60882bc4a949aaa353a0a18db66a78b0d730a4daf7739b5e74402c967dbc65a
|
|
| MD5 |
d0afdd21d0c08e9f6420c3cd516eb420
|
|
| BLAKE2b-256 |
b1f654d78f9df05b11c396f36490fe8b46f260ec7bb3b21b2dffb8ff45fe0525
|