Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiagojolv/mysite

Django beginner tutorial
https://github.com/thiagojolv/mysite

Last synced: 15 days ago
JSON representation

Django beginner tutorial

Awesome Lists containing this project

README

        

# mysite
## Django beginner tutorial
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.

The reference for this tutorial is the Django Documentation.
https://docs.djangoproject.com/en/3.2/intro/tutorial01/