Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagojolv/mysite
Django beginner tutorial
https://github.com/thiagojolv/mysite
Last synced: 15 days ago
JSON representation
Django beginner tutorial
- Host: GitHub
- URL: https://github.com/thiagojolv/mysite
- Owner: thiagojolv
- Created: 2021-04-10T18:55:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T13:10:32.000Z (over 3 years ago)
- Last Synced: 2024-07-20T15:52:42.957Z (4 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/