54-django-extensions-mais-comandos
Dica 54 - django-extensions - mais comandos
pip install -U django-extensions# settings.py
INSTALLED_APPS = (
...
'django_extensions',
)shell_plus
python manage.py shell_plusadmin_generator
clean_pyc
create_command
create_template_tags
show_template_tags
generate_password
generate_secret_key
graph_models
list_model_info
list_signals
print_settings
show_urls
PreviousDica 53 - DRF: Criando subrota com actionNextDica 55 - Rodando Django em https localmente com runserver_plus
Last updated