django-extensions — Easy Playground
Custom management commands and utilities for Django
Getting started with django-extensionsRun locally
Install
pip install django-extensionsPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: django_extensions)
django-extensions is a third-party package. Custom management commands and utilities for Django. Install with: pip install django-extensions
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?