Skip to content

HomiCode/HomiPoll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“Š 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โค๏ธ

About

๐Ÿ“Š A Poll WebApp Created w/ Django

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors