DjaoDjin survey
This Django app implements a survey app for qualitative and quantitative data points.
Full documentation for the project is available at Read-the-Docs
Five minutes evaluation
The source code is bundled with a sample django project.
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r testsite/requirements.txt
$ python manage.py migrate --run-syncdb --noinput
$ python manage.py loaddata testsite/fixtures/default-db.json
# Install the browser client dependencies (i.e. through `npm`)
$ make vendor-assets-prerequisites
# Start the Web server
$ python manage.py runserver
# Visit url at http://localhost:8000/
Releases
Tested with
- Python: 3.12, Django: 5.2 (LTS)
- Python: 3.14, Django: 6.0 (next)
- Python: 3.10, Django: 4.2 (legacy)
- Python: 3.9, Django: 3.2 (legacy)
0.20.2
- adds 'units' field to benchmarks API endpoint for stable charts colors
- supports percentage unit for benchmarks API endpoint
- makes typeahead select dropdown UX more intuitive
Models have been completely re-designed between version 0.1.7 and 0.2.0
Release files for djaodjin-survey 0.20.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| djaodjin_survey-0.20.2.tar.gz | 131.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| djaodjin_survey-0.20.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 315.9 kB
Release files / djaodjin_survey-0.20.2.tar.gz
| Download URL | djaodjin_survey-0.20.2.tar.gz |
|---|---|
| Size | 131.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a3d633f1c818d33a2ded31e7db3e5e7d8a48ff777ce45e4d95a9571630157e45
|
|
BLAKE2b-256 checksum How to use checksums |
58dfc165cd8cf5de58d9a0de36d635f44073e2615287abc05cf15241250900a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.3
|
Release files / djaodjin_survey-0.20.2-py3-none-any.whl
| Download URL | djaodjin_survey-0.20.2-py3-none-any.whl |
|---|---|
| Size | 184.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9d332d673c250a88ec0eab26a0b7a924a665ce65d149e9d3dae78f5d347f9f50
|
|
BLAKE2b-256 checksum How to use checksums |
812a9d33e853699d3680916d5a1f7c35afa73324422be4e414232b2f0eea5a75
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.3
|