What You Need to Know to Manage Users in Django Admin
Explains security risks and best practices for managing user permissions in Django's admin interface to prevent data leaks.
Explains security risks and best practices for managing user permissions in Django's admin interface to prevent data leaks.
A guide to creating a custom text input filter for Django Admin to improve performance over standard search fields.
Analyzing and solving a performance issue in Django Admin's date hierarchy filter with large datasets and PostgreSQL.
A technical article about optimizing Django Admin's date_hierarchy feature to eliminate performance bottlenecks caused by expensive database queries.
Five practical security and usability improvements for the Django Admin interface, including URL changes, environment indicators, and 2FA.
Optimizing Django Admin performance for large-scale applications by addressing common issues like the N+1 query problem and database load.
A technical guide on creating custom admin views and reversing admin URLs in Django 1.1, with a practical example from a project.
A technical guide on implementing blog post preview functionality within the Django admin interface, discussing methods and trade-offs.