Blog posts about #python

April 22, 2022
#python

How to auto-reload the Django shell


The Django shell python manage.py shell is a very powerful tool that increases developer productivity if used correctly.

With a few lines of configuration, you don’t have to leave the shell anymore to apply code changes.


1 min read