Last updated 2 years ago
Was this helpful?
https://django-extensions.readthedocs.io/en/latest/index.html
pip install django-extensions
# settings.py INSTALLED_APPS = ( ... 'django_extensions', )
python manage.py show_urls
python manage.py shell_plus