Django app for qualitative and quantitative surveys
Project description
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.7, Django: 3.2 (LTS)
- Python: 3.10, Django: 4.2 (latest)
0.12.7
- clears verification_key when optin is not active
- removes recipients in a grant that do not have an e-mail address
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.12.7.tar.gz
(118.4 kB
view details)
Built Distribution
File details
Details for the file djaodjin_survey-0.12.7.tar.gz
.
File metadata
- Download URL: djaodjin_survey-0.12.7.tar.gz
- Upload date:
- Size: 118.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00c20b7c93107e6ee06c2b3b6dc13fa69ed17ea226b6db35978fefbdf4cc425b |
|
MD5 | 14e9aac80a47c96f1a5f30221fc90e2d |
|
BLAKE2b-256 | 2e76b2efd4ebb124042f1bde22eecdc33d885fc9c603ecea80897fd71fefc599 |
File details
Details for the file djaodjin_survey-0.12.7-py3-none-any.whl
.
File metadata
- Download URL: djaodjin_survey-0.12.7-py3-none-any.whl
- Upload date:
- Size: 171.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 603c83673b6862ae12d47fc1a068fc9529cccc3c4890488919476569b0a08bde |
|
MD5 | 99f79156b3cecd836c94fb11e4bf3ad7 |
|
BLAKE2b-256 | 8af05da779c6836902cde4ca62f19d5de2eafc9fda6b7945e8f193a47436abb9 |