For the complete documentation index, see llms.txt. This page is also available as Markdown.

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_urls
python manage.py shell_plus

Last updated