Skip to content

Commit 5cf7398

Browse files
committed
Adding new section with 2 articles about Single-File Django Projects
1 parent ce46159 commit 5cf7398

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- [Serverless](#serverless)
3232
- [Settings](#settings)
3333
- [Signals](#signals)
34+
- [Single-File Django Projects](#single-file-django-projects)
3435
- [Testing](#testing)
3536
- [Time Zones](#time-zones)
3637
- [Views](#views)
@@ -188,6 +189,11 @@
188189

189190
- [Common Pitfalls Using Django Signals](https://engineering.instawork.com/common-pitfalls-using-django-signals-7b0654d843b) by Oleg Pesok
190191

192+
### Single-File Django Projects
193+
194+
- [Django from first principles](https://www.mostlypython.com/django-from-first-principles/) by Eric Matthes
195+
- [μDjango (micro Django) 🧬](https://www.paulox.net/2023/10/26/udjango_micro_django/) by Paolo Melchiorre
196+
191197
### Testing
192198

193199
- [Blazing fast tests in Django](https://dizballanze.com/django-blazing-fast-tests/) by Yuri Shikanov

0 commit comments

Comments
 (0)