Django app for qualitative and quantitative surveys
Project description
DjaoDjin survey
The Django app implements a simple survey app.
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
$ python manage.py runserver
# Visit url at http://localhost:8000/
# You can use username: donny, password: yoyo to test the manager options.
Releases
Tested with
- Python: 3.7, Django: 3.2 (LTS)
- Python: 3.10, Django: 4.2 (latest)
0.9.11
- adds command to expire grants/requests
- takes into account expired requests/grants
- compatibles with Bootstrap5
- fixes regression in filters
Models have been completely re-designed between version 0.1.7 and 0.2.0
Project details
Release history Release notifications | RSS feed
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
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 djaodjin-survey-0.9.11.tar.gz.
File metadata
- Download URL: djaodjin-survey-0.9.11.tar.gz
- Upload date:
- Size: 100.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fedd4c0b5d4a2c9974775df7b67b03836b69a52f10ca2a5f33895a3e2e61d74
|
|
| MD5 |
4bb0c64c40456e0cf3058195831a4154
|
|
| BLAKE2b-256 |
3d944dd1fcdf1c1ded2eafefe7f9cacaa5c8e444b2deeacb5fa902c5aaaf1075
|
File details
Details for the file djaodjin_survey-0.9.11-py3-none-any.whl.
File metadata
- Download URL: djaodjin_survey-0.9.11-py3-none-any.whl
- Upload date:
- Size: 151.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2020c99e3f4ed5860e3d99c31c71aa57be52038ace993d9984dfae1404adb62
|
|
| MD5 |
aa6ae7faea069262e626e6540248c869
|
|
| BLAKE2b-256 |
b8589375de6c8b2a524b8cf4efc60874b04949b35e930d71b4a276aebc36cf9b
|