This Django app implements a survey app for qualitative and quantitative data points.
Full documentation for the project is available at Read-the-Docs
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/
Tested with
- Python: 3.12, Django: 5.2 (LTS)
- Python: 3.14, Django: 6.0 (next)
- Python: 3.10, Django: 4.2 (legacy)
- Python: 3.9, Django: 3.2 (legacy)
0.19.0
- specifies affinity (defaults to all) in select-accounts-by-answer
- enables profile identities in analytics dashboards
- adds
updated_attoCampaign - sets deadline for portfolio requests
Models have been completely re-designed between version 0.1.7 and 0.2.0