Kasetsart University's web application for polls and surveys. Django is a Python framework Django Tutorial Project.
This application is part of the Individual Software Process course at Kasetsart University.
- Clone this repository
git clone https://github.com/dzptahh/ku-polls.git
cd ku-polls
- You need to install required package
pip install -r requirements.txt
- Don't forget to change file name
sample.env
to.env
- Before run the server, run migrations first
python manage.py migrate
- Install data
python manage.py loaddata data/polls.json data/user.json
- Then run the server. You can run by using
python manage.py runserver
The server : http://127.0.0.1:8000/
All project documents are in the Project Wiki
- Vision Statement
- Requirements
- Software Development Plan
- Iteration 1 Plan
- Iteration 2 Plan
- Iteration 3 Plan
- Iteration 4 Plan
Username | Password |
---|---|
test11 | fortest11 |
test22 | fortest22 |