- Clone
- Virtual ENV
# Create
python -m venv venv
# Run
venv\Scripts\activate
# Install
pip install django- Migrate
python manage.py migrate- Create Super User
python manage.py createsuperuser- Run Server
python manage.py runserver- You Can Visit
http://127.0.0.1:8000/adminand Create Poll
Free Software, Enjoy itโค๏ธ

