🏷️
django
2 articles tagged with "django"
Tech Feeds
dev-tooling-dx
My Django Rapid Architecture short overview
The other day, I was browsing Reddit, and found an Architecture proposal for Django projects called “Django Rapid Architecture”. It’s a small document with a few guidelines or principles. I’m fond of...
dev-tooling-dx
Building a secure password reset system in Django
If you're building a Django application with user authentication, you'll need a way for users to reset their passwords when they forget them. Fortunately, Django comes with a built-in password reset s...