OpenTechSchool-Leipzig / learning-resources

Tutorials, books, articles, videos and more to learn coding
31 stars 1 forks source link

Django Project Tutorial #5

Open normade opened 5 years ago

normade commented 5 years ago

Name of the resource Django Project Tutorial: Create a poll app with Django

Link where to find the resource https://docs.djangoproject.com/en/2.1/intro/tutorial01/

A short description

Throughout this tutorial, we’ll walk you through 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.
  • An admin site that lets you add, change, and delete polls.

Additional notes