Metadata-Version: 2.1
Name: djaodjin-survey
Version: 0.9.3
Summary: Survey Django app
Home-page: https://github.com/djaodjin/djaodjin-survey/
Download-URL: https://github.com/djaodjin/djaodjin-survey/tarball/0.9.3
Author: The DjaoDjin Team
Author-email: support@djaodjin.com
License: BSD
License-File: LICENSE.txt

DjaoDjin survey
================

The Django app implements a simple survey app.

Full documentation for the project is available at
[Read-the-Docs](http://djaodjin-survey.readthedocs.org/)


Five minutes evaluation
=======================

The source code is bundled with a sample django project.

    $ virtualenv *virtual_env_dir*
    $ cd *virtual_env_dir*
    $ source 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](https://www.djangoproject.com/download/)), **Django Rest Framework:** 3.12
- **Python:** 3.10, **Django:** 4.1 (latest), **Django Rest Framework:** 3.12
- **Python:** 2.7, **Django:** 1.11 (legacy), **Django Rest Framework:** 3.9.4

0.9.3

  * adds benchmarks APIs
  * lists all samples for an account, filtered by active or is_frozen
  * prevents import loops between queries.py, models.py and utils.py

[previous release notes](changelog)


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