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.11.0
- adds filter to select accounts by answers
- generalizes SlugifyFieldMixin
- takes into account unit query parameter in benchmarks API
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.11.0.tar.gz.
File metadata
- Download URL: djaodjin-survey-0.11.0.tar.gz
- Upload date:
- Size: 107.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f665c327376b288ae760a2782d062c1ff9360067214dc40ed008ea80e8544c59
|
|
| MD5 |
743541c186959263179df1ae6948e09f
|
|
| BLAKE2b-256 |
0210851406014328cad1bad2c358af0b81faca6876d70430543e473cfb1fc130
|
File details
Details for the file djaodjin_survey-0.11.0-py3-none-any.whl.
File metadata
- Download URL: djaodjin_survey-0.11.0-py3-none-any.whl
- Upload date:
- Size: 159.0 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 |
3771d520bef5a8b0e4d1f9c4aab486fedb78886a0e62e65dccae47023cae31c8
|
|
| MD5 |
9a3fd3b3bd7bac7444e38642c1213991
|
|
| BLAKE2b-256 |
19377b7024f13d903c29b4067f90ca3a7566e29b07c5bda3601a19439eec803e
|