Django Poll App is a straight-forward App for creating and voting Polls.
Simple UI and High Functional Poll App.
Try it :)
* Download and install Python 3.10
* Download and install Git.
git clone https://github.com/ahghanbari/Django-Poll-App.gitcd Django-Poll-Apppip install virtualenvpython3 -m venv .venvsource .venv/bin/activatepip install -r requirements.txtpython manage.py makemigrationspython manage.py migrate
python manage.py createsuperuser
python manage.py runserverThen go to http://127.0.0.1:8000 in your browser
This project uses Django-Schema-Graph to visualize the database schema in http://127.0.0.1:8000/schema/
This project is licensed under the MIT License - see the LICENSE file for details.
For contribution, bug report and feature request please go to https://github.com/ahghanbari/Django-Poll-App/issues



