Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 219 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 219 Bytes

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.