Dica 2 - Django extensions
https://django-extensions.readthedocs.io/en/latest/index.html
pip install django-extensions# settings.py
INSTALLED_APPS = (
...
'django_extensions',
)python manage.py show_urlspython manage.py shell_plusLast updated
Was this helpful?