Skip to content

It will be helpfull for user who are wanting to make a system for liking a page.Also help you making a big platform where user can vote for the particular thought.We made thing using django.It can be also used for making website for mcq test.

Notifications You must be signed in to change notification settings

sd8917/Voting-app-In-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“– Voting-app-In-Django πŸ‘

This is simple and small project written in Django Python Framework where admin can add there problem and user can read and votes over the that problem

πŸ”Ά Ideas where this can be used for big project πŸ†’

➑️ Liking system

➑️ mcq problem quizz

➑️ voting system for public thoughts

➑️ more ...

πŸ”Ά Contribution Thought

Add functionality like signup and login authentication

Footer and and subscribe button and more

πŸ”Ά Contributing guideline to get started πŸ‘‡

Clone repo

  git clone [paster the link after forking].

Note : *Now you have the local copy of the Project and you must ensure the python 3.

πŸ”Ά SetUp on the local πŸ‘‡

Change your directory where the manage.py

  cd pollster
  pip install requirements.txt
  

Run your local migration for database

python manage.py makemigrations
python manage.py migrate

Createsuperuser to access the admin panel

python manage.py createsuperuser

Password: ******
Password (again): ******
Superuser created successfully.

πŸ”Ά Some Important screenshot of the project πŸ‘‡

http://127.0.0.1:8081/

voter1

http://127.0.0.1:8081/polls/

voter2

http://127.0.0.1:8081/polls/1/

voter3

http://127.0.0.1:8081/polls/1/results/

voter4

❀️ NOTE - For writing good Readme.MD must visit πŸ‘‡

About

It will be helpfull for user who are wanting to make a system for liking a page.Also help you making a big platform where user can vote for the particular thought.We made thing using django.It can be also used for making website for mcq test.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published