django-analyses 0.1.0
pip install django-analyses
Latest version
Released:
A reusable Django app to manage analyses.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Affero General Public License v3 (AGPLv3)
- Author: Zvi Baratz
- Tags django, research, analysis, pipeline
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Affero General Public License v3 (AGPLv3)
- Author: Zvi Baratz
- Tags django, research, analysis, pipeline
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_analyses-0.1.0.tar.gz
.
File metadata
- Download URL: django_analyses-0.1.0.tar.gz
- Upload date:
- Size: 7.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3490ff7b1ed38c207024afae075217f48fa5088394d55bc7060b777747e7d87 |
|
MD5 | ba6e7ddd5b2e24e28b7fc83467697c5c |
|
BLAKE2b-256 | 682c5f432ecc3003fbe0bf38cef7b9656affb8b8a7e34eb85cc7bd9c11b977d8 |
File details
Details for the file django_analyses-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_analyses-0.1.0-py3-none-any.whl
- Upload date:
- Size: 125.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41fb2e410f49bf7e2cf101baf8d6d67ce44b8431c3ed74fa0c6346b7f984a3c8 |
|
MD5 | 86e53959ffbf140cf816b5c5a3da1b09 |
|
BLAKE2b-256 | cff52977ab3d95251536f33fc514e488b653e9bd195643588598c08b58890f81 |