/ku-polls

ku-polls homework for ISP

Primary LanguagePythonMIT LicenseMIT

KU Polls: Online Survey Questions

Django CI

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

To be added. If the procedure is long, put it in the wiki or a separate file.

Running the Application

To be added.

Project Documents

All project documents are in the Project Wiki.

Demo user

User Password
demo1 hackme11
demo2 hackme22
demo3 hackme33

Running the Application

  1. Load poll data from a file

    python manage.py loaddata data/<filename>
    
  2. Run django server

    python manage.py runserver
    

Installation Guide