-
- Downloads
Update package check in dev settings
A complete import of django-debug-toolbar and django_extensions was not necessary, as we just wanted to check if the package was installed. With newer versions of python (3.3+), we can use the `importlib.util.find_spec`` function to check if a package is installed.
Please register or sign in to comment