CapriciousRebel / DjangoPollsApp

[Learning Project] Django official polls app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Polls App

The implementation of a simple polls app made in Python's Django Web Framework.

The official tutorial can be found here: Django Official Tutorial

Setup

Clone the repo, and then cd into it, then run the following commands:

  1. Give Execution permissions to init.sh file: chmod 700 init.sh
  2. Execute init.sh: ./init.sh

Now you can visit the polls app here: http://127.0.0.1:8000/polls/

About

[Learning Project] Django official polls app.


Languages

Language:Python 86.9%Language:HTML 11.5%Language:Shell 1.5%Language:CSS 0.1%