/rurvey

Simple Django Survey app

Primary LanguagePython

Random survey web app

Installation

$ pip install -r Requirements.txt

Configure your database connection here. You can choice a RDBMS from the list.

Project bootstrap

$ python manage.py migrate
$ python manage.py createsuperuser

Regular django-based app flow

Run server

$ python manage.py runserver

Web app URL's:

Tests

$ python manage.py test