Skip to content

nottrobin/django-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polls

This is the Polls application that you create in the djangoproject.net tutorial.

Polls is a simple Django app to conduct Web-based polls. For each question, visitors can choose between a fixed number of answers.

Demo

http://django-polls-tutorial.herokuapp.com

Running locally

If you have the dependencies:

$ python3 manage.py syncdb
$ python3 manage.py runserver

Dependencies

You need Python 3.x installed, along with the dependency modules.

$ sudo apt-get install python3 python3-pip
$ sudo pip3 install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages