Unit Tests

KU Polls: Online Survey Questions

An application to conduct online polls and surveys based on the Django Tutorial project, with additional features.

This app was created as part of the Individual Software Process course at Kasetsart University.

Installation

Here is Install Instruction.

You can run with this command.

python manage.py runserver

Anyway, if you set DEBUG = False then django production server will not load static files for you. You need to set DEBUG = True or run this command.

python manage.py runserver --insecure

Then, connect to http://127.0.0.1:8000/

Demo SuperUser

Username Passsword
admin admin

Demo User

Username Password
santa Santa0818313336
harry hackme
Peach Peach0818313336

Project Documents

All project documents are in the Project Wiki.