Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ehmatthes/django-first-principles
A Django project, developed from a single file.
https://github.com/ehmatthes/django-first-principles
Last synced: 2 months ago
JSON representation
A Django project, developed from a single file.
- Host: GitHub
- URL: https://github.com/ehmatthes/django-first-principles
- Owner: ehmatthes
- Created: 2024-04-08T21:50:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T15:34:06.000Z (4 months ago)
- Last Synced: 2024-10-19T22:49:09.027Z (3 months ago)
- Language: CSS
- Size: 826 KB
- Stars: 31
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - ehmatthes/django-first-principles - A Django project, developed from a single file. (CSS)
- stars - ehmatthes/django-first-principles - A Django project, developed from a single file. (CSS)
README
Django from first principles
---This is the project featured in the [Django from first principles](https://www.mostlypython.com/django-from-first-principles/) series on [Mostly Python](https://www.mostlypython.com).
Most Django tutorials and resources use the standard approach of beginning a new project with `django-admin startproject`, followed by `manage.py startapp`. For experienced Django developers, this is a good approach. For people new to web development however, it creates a lot of complexity right at the start of the project. The *Django from first principles* series builds a simple but nontrivial project, starting with a single file.