diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-08-28 11:03:49 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-08-28 11:03:49 +0100 |
commit | 5f4e80b9c5c39e6eebb86edce20ffe107c03aa3e (patch) | |
tree | 8f56e45f7660ee1754cf7a8d4170fdad1ac7719b /config | |
parent | 0b1c397af82abd41e4379bd1f1eab490fe22db38 (diff) |
tracked down the bastard
Diffstat (limited to '')
-rw-r--r-- | config/settings/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/settings/base.py b/config/settings/base.py index c1702d7..c699798 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -68,6 +68,7 @@ DJANGO_APPS = [ "django.contrib.sessions", "django.contrib.sites", "django.contrib.messages", + "django_pdb", ## this needs to be before django.contrib.staticfiles according to its docs "django.contrib.staticfiles", # "django.contrib.humanize", # Handy template tags "django.contrib.admin", |