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
The Categories of Bugs in Python Apps

Say you're writing a Python program, of any kind but maybe a network service. You're likely to err (you're human, after all) and produce errors (bugs, defects) during this process. We can't control whether we make mistakes or not but there are steps we can take to control what kinds

0 inbound links article en pythontyping