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 👇

https://127.0.0.1:8081/

voter1

https://127.0.0.1:8081/polls/

voter2

https://127.0.0.1:8081/polls/1/

voter3

https://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