Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 683 Bytes

File metadata and controls

40 lines (30 loc) · 683 Bytes

📊 HomiPoll

A Poll WebApp Created w/ Django

Installation

  • 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/admin and Create Poll

Demo

image

image

Free Software, Enjoy it❤️