https://github.com/stefan6419846/django-example-project
Example Django project, based upon the official tutorial/intro
https://github.com/stefan6419846/django-example-project
django example example-project
Last synced: 11 months ago
JSON representation
Example Django project, based upon the official tutorial/intro
- Host: GitHub
- URL: https://github.com/stefan6419846/django-example-project
- Owner: stefan6419846
- License: bsd-3-clause
- Created: 2023-05-02T08:08:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T14:54:38.000Z (about 2 years ago)
- Last Synced: 2025-02-02T01:12:40.079Z (about 1 year ago)
- Topics: django, example, example-project
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Example Project
This package provides an example Django project which is based upon the official tutorial at https://docs.djangoproject.com/en/3.2/intro/tutorial01/.
## Why?
Sometimes, I just need a simple Django example project, where the official intro/tutorial project seems to be the perfect fit.