Tag:python
All the articles with the tag "python".
- Django Dynamic Email SettingsPosted on:December 10, 2017- Django DES allows Django administrators to configure email settings in real-time using the Django Admin Panel. 
- django-pwned-passwordsPosted on:August 5, 2017- django-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 AdminPosted on:May 18, 2017- The Django admin panel sorts applications by alphabetical order. Using a bit of code, you can customize the Django app order in settings.py.