We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33dc25 commit a965bf4Copy full SHA for a965bf4
README.md
@@ -22,6 +22,7 @@
22
- [HTMX](#htmx)
23
- [Job Hunting](#job-hunting)
24
- [Learn by Example](#learn-by-example)
25
+ - [Logging](#logging)
26
- [Models](#models)
27
- [Multitenancy](#multitenancy)
28
- [Performance / Scaling](#performance--scaling)
@@ -134,6 +135,10 @@
134
135
136
- [Build an NFT rarity tool with Django](https://justdjango.com/blog/nft-rarity-tool) by Matthew Freire
137
138
+### Logging
139
+
140
+ - [Structlog with Django is Awesome!](https://loop0.sh/posts/structlog-with-django-is-awesome/) by Bruno Ribeiro
141
142
### Models
143
144
- [Django models, encapsulation and data integrity](https://www.dabapps.com/insights/django-models-and-encapsulation/) by Tom Christie
0 commit comments