GeistHaus
log in · sign up

Django: How to profile and improve startup time - Adam Johnson

adamj.eu

Your Django project’s startup time impacts how smooth it is to work with. Django has to restart your project every time you run a management command and when runserver reloads. This involves importing all your apps, and thus all the modules that they import.

1 page links to this URL