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.10
- ends support for Django<2 (see commit afec1d96)
- fixes multiple profiles on dashboard when survey_portfoliodoubleoptin.extra
- enables filters to be added to download views
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.10.tar.gz
(98.3 kB
view hashes)
Built Distribution
Close
Hashes for djaodjin_survey-0.9.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1a3fad990f967b8b931066de64e80df982ca1cb96390813a4f503be79e1e38a |
|
MD5 | ea8653305be8f3484e1349a2380f3ca4 |
|
BLAKE2b-256 | e5d92bb1b1c927e6a4e684126b158e3a321ae91644ffe6afc792c885bf8f86b6 |