/Django-tutorial

:snake: Tutorial contained in Django's official website.

Primary LanguagePython

Django tutorial

A basic poll application
It’ll consist of two parts:

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