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.3
- enables warning on invite when last response is before questionnaire update
- makes email notification optional on invite (
?notify=1) - handles base url with query parameters (JS)
Models have been completely re-designed between version 0.1.7 and 0.2.0
Release files for djaodjin-survey 0.20.3
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.3.tar.gz | 132.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| djaodjin_survey-0.20.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 317.6 kB
Release files / djaodjin_survey-0.20.3.tar.gz
| Download URL | djaodjin_survey-0.20.3.tar.gz |
|---|---|
| Size | 132.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
952dec68274c0191e86c2a5daa430a892883119a387debf08ce81f82cfeff02f
|
|
BLAKE2b-256 checksum How to use checksums |
b4041a36692ddca438c4269d6b0fe12022a321e165b46064aaff4829eaad5c81
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.7
|
Release files / djaodjin_survey-0.20.3-py3-none-any.whl
| Download URL | djaodjin_survey-0.20.3-py3-none-any.whl |
|---|---|
| Size | 185.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f241c16f13ec9a72a9127fb741647f8488c105eb14193134959f2144d959f64e
|
|
BLAKE2b-256 checksum How to use checksums |
febffdff0761efa8b4f5cd9e061b47aab8c7293b1800d90ab7b7e9efe28104f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.7
|