mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-19 05:24:05 +01:00
| mysite | ||
| polls | ||
| .gitignore | ||
| db.sqlite3 | ||
| manage.py | ||
| README.md | ||
| requirements.txt | ||
ku-polls
Online Polls
KU Poll is a web application to do online polls.
How to install and ku-polls
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