diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-28 15:15:44 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-28 15:15:44 +0100 |
commit | 2037c6b87564772c7ac3f3ece3e4b2df5bc44cdc (patch) | |
tree | 222bb552655033468af47818a072096999cd03d9 /config/settings/local-bak.py | |
parent | 2b4181aecadbbad988cd80f97ef71b42d47a3cb1 (diff) |
Should be a buildable Django container
Diffstat (limited to '')
-rw-r--r-- | config/settings/local-bak.py (renamed from config/settings/local.py) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/settings/local.py b/config/settings/local-bak.py index 8abae6f..afcdb3f 100644 --- a/config/settings/local.py +++ b/config/settings/local-bak.py @@ -1,6 +1,5 @@ # ruff: noqa: E501 from .base import * # noqa: F403 -from .base import INSTALLED_APPS from .base import env # GENERAL |