Hi everyone,
First of all, thank you to this amazing community — Django has been a joy to work with.
While working on various projects, I’ve found the django-extensions
package incredibly helpful. Some of its commands have become almost essential in my day-to-day workflow, especially:
shell_plus
– for its automatic model importsshow_urls
– to quickly view all URL patternsrunserver_plus
– for enhanced debugging with Werkzeuggraph_models
– to visualize app structure and relationships
These tools feel like they naturally complement Django’s core features and significantly improve the developer experience.
So, I wanted to ask:
Has there ever been consideration to bring some of these commands (or similar functionality) into Django core, or perhaps into an officially supported extension?
If there’s any interest in this direction, I’d be more than happy to help out in some way. While I don’t yet fully know how to contribute to Django itself, I’m very open to learning and supporting the process however I can.
Would love to hear your thoughts!