summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index e09df3001..d0c7ab476 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -163,7 +163,6 @@ AUTHENTICATION_BACKENDS = ("ishtar_common.backend.ObjectPermBackend",)
INSTALLED_APPS = [
"registration",
"ishtar_common",
- "archaeological_files_pdl",
"archaeological_files",
"archaeological_operations",
"archaeological_context_records",
@@ -238,7 +237,6 @@ LOGGING = {
},
"ishtar_pdl": default_handler,
"ishtar_common": default_handler,
- "archaeological_files_pdl": default_handler,
"archaeological_files": default_handler,
"archaeological_operations": default_handler,
"archaeological_context_records": default_handler,