mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-18 13:04:05 +01:00
| data | ||
| mysite | ||
| polls | ||
| .gitignore | ||
| manage.py | ||
| README.md | ||
| requirements.txt | ||
KU Polls: Online Survey Questions
An application to conduct online polls and surveys based on the Django Tutorial project, with additional features.
Install and Run
Window
git clone https://github.com/Sosokker/ku-polls
cd ku-polls
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Then connect to 127.0.0.1:8000/
Optional
You can create virtual environment by using this command before install requirements.txt
python -m virtualenv .venv
or
python -m venv .venv
then
.venv\Scripts\activate
Project Documents
All project documents are in the Project Wiki.