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
➡️ Liking system
➡️ mcq problem quizz
➡️ voting system for public thoughts
➡️ more ...
Add functionality like signup and login authentication
Footer and and subscribe button and more
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.
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.
❤️ NOTE - For writing good Readme.MD must visit 👇