Skip to content

SumonKantiDey/Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Django polls application

-In this project, one can vote to a specific answer of a question.
you can run this project by running these comments below in your terminal
-clone this project
-pip install pipenv (For creating virtual env)
-pipenv install django
-pipenv shell(activate virtual env)
-python manage.py createsuperuser(for admin panel)
-python manage.py runserver
-http://127.0.0.1:8000/polls/ (in your Web browser)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published