tisanyada / django_pollsapp

Simple django polls application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django_pollsapp

Simple django polls application

How to initialize the application

  • Clone the repository onto your pc.
  • Change directory cd into the project path
  • Create a python virtual environment in the project directory.
  • Install all dependencies used in the application with pip install -r requirements.txt
  • To start the application use python manage.py runserver

About

Simple django polls application

License:MIT License


Languages

Language:Python 69.0%Language:HTML 28.8%Language:CSS 2.2%