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.13
- adds sql partial to group by month
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.13.tar.gz
(101.7 kB
view hashes)
Built Distribution
Close
Hashes for djaodjin_survey-0.9.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5773ef0e0b73105d42b162d591d0c4977a910fcea16dbc4b14bc8a43bd82bacf |
|
MD5 | 3c0d016a2003688353479a2a3e8ac27b |
|
BLAKE2b-256 | 3cb1e9537d36d04fd16b06ce7256d28b314d8a07a122c0efdff41db5d832364b |