shaonsust / poll-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Polls App

Python Version Django Version

This is a simple polls app which has taken from django's official documentation.

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/shaonsust/poll-app.git

Install the requirements:

pip install -r requirements.txt

Apply the migrations:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000/polls/index.

License

The source code is free. This has taken from django's official documentation page.

About


Languages

Language:Python 82.6%Language:HTML 17.2%Language:CSS 0.2%