Skip to main content

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)
  • Python: 2.7, Django: 1.11 (legacy) - use testsite/requirements-legacy.txt

0.9.8

  • insures Portfolio.ends_at is not set to NULL

previous release notes

Models have been completely re-designed between version 0.1.7 and 0.2.0

Project details


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.8.tar.gz (97.9 kB view hashes)

Uploaded Source

Built Distribution

djaodjin_survey-0.9.8-py3-none-any.whl (148.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page