/django_polling_system

A Simple Poller application built using django.

Primary LanguagePython

Inorder to run this.,

  1. Install Django using pip installations method(provided you have python 3.8 and above versions).
  2. Make necessary migrations to the database using the command -- python manage.py makemigrations
  3. And Push those to DB using the command -- python manage.py migrate
  4. And then run the django server using the command -- py django-admin runserver
  5. Go to your browser and surf -- localhost:8000/ (or localhost:5432/ 'it depends according to your django version')
  6. And Finally Experience the Application.