Skip to content

teffybiskup/tutorial-django-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Writing a Django app

The creation of a basic poll application.

It’ll consist of two parts:

A public site that lets people view polls and vote in them and an admin site that lets you add, change, and delete polls.