/HomiPoll

πŸ“Š A Poll WebApp Created w/ Django

Primary LanguagePython

πŸ“Š 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❀️