Tag:django
All the articles with the tag "django".
Django Dynamic Email Settings
Posted on:December 10, 2017Django DES allows Django administrators to configure email settings in real-time using the Django Admin Panel.
django-pwned-passwords
Posted on:August 5, 2017django-pwned-passwords is a Django Password Validator that automatically and securely checks users' passwords against a database of breached passwords.
Sort Apps in the Django Admin
Posted on:May 18, 2017The Django admin panel sorts applications by alphabetical order. Using a bit of code, you can customize the Django app order in settings.py.