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.12
- adds frozen field to returned answers
- handles empty set of engaged profiles
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
djaodjin-survey-0.9.12.tar.gz
(101.1 kB
view hashes)
Built Distribution
Close
Hashes for djaodjin_survey-0.9.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a729c641eae7ab759927c14f9f9236d92773a3feb3aaae68c54d989ac47c00a |
|
MD5 | 3ed4b7c66d89295057c4accfb4968beb |
|
BLAKE2b-256 | 3ec2b46a9dfbf215c1b23ad052169405795aa1bc5821f4de0691446f1f3e4d01 |