|
21 | 21 | - [Frontend Integration](#frontend-integration) |
22 | 22 | - [HTMX](#htmx) |
23 | 23 | - [Job Hunting](#job-hunting) |
24 | | - - [Learn by Example](#learn-by-example) |
| 24 | + - [Learning Django](#learning-django) |
25 | 25 | - [Logging](#logging) |
26 | 26 | - [Models](#models) |
27 | 27 | - [Multitenancy](#multitenancy) |
28 | 28 | - [Performance / Scaling](#performance--scaling) |
29 | 29 | - [Profiling](#profiling) |
| 30 | + - [Request / Response](#request--response) |
30 | 31 | - [Serverless](#serverless) |
31 | 32 | - [Settings](#settings) |
32 | 33 | - [Signals](#signals) |
|
70 | 71 | - [Customizing the Django Admin](https://testdriven.io/blog/customize-django-admin/) by Nik Tomazic |
71 | 72 | - [How to turn Django Admin into a lightweight dashboard](https://hakibenita.medium.com/how-to-turn-django-admin-into-a-lightweight-dashboard-a0e0bbf609ad) by Haki Benita |
72 | 73 | - [10 tips for making the Django Admin more secure](https://opensource.com/article/18/1/10-tips-making-django-admin-more-secure) by Jeff Triplett & Lacey Williams Henschel |
| 74 | + - [Why is the Django Admin “Ugly”?](https://www.coderedcorp.com/blog/why-is-the-django-admin-ugly/) by Vince Salvino |
73 | 75 |
|
74 | 76 | ### Django ORM / Database |
75 | 77 |
|
|
133 | 135 |
|
134 | 136 | - [Questions to ask a Django company](https://www.better-simple.com/career/2022/12/31/questions-to-ask-a-django-company/) by Tim Schilling |
135 | 137 |
|
136 | | -### Learn by Example |
| 138 | +### Learning Django |
137 | 139 |
|
| 140 | + - [Beginners should use Django, not Flask](https://www.bitecode.dev/p/beginners-should-use-django-not-flask) by Bite Code! |
138 | 141 | - [Build an NFT rarity tool with Django](https://justdjango.com/blog/nft-rarity-tool) by Matthew Freire |
139 | 142 |
|
140 | 143 | ### Logging |
|
167 | 170 |
|
168 | 171 | - [Django: How to profile and improve startup time](https://adamj.eu/tech/2023/03/02/django-profile-and-improve-import-time/) by Adam Johnson |
169 | 172 |
|
| 173 | +### Request / Response |
| 174 | + |
| 175 | + - [Django Streaming HTTP Responses](https://blog.pecar.me/django-streaming-responses) by Anže Pečar |
| 176 | + - [How Does Django's StreamingHttpResponse Work, Exactly?](https://andrewbrookins.com/django/how-does-djangos-streaminghttpresponse-work-exactly/) by Andrew Brookins |
| 177 | + |
170 | 178 | ### Serverless |
171 | 179 |
|
172 | 180 | - [Django Views as Serverless Functions on Fly Machines](https://fly.io/django-beats/django-views-as-serverless-functions-on-fly-machines/) by Kátia Nakamura |
|
0 commit comments