apis-acdhch-default-settings 0.1.15__tar.gz → 0.1.16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {apis_acdhch_default_settings-0.1.15 → apis_acdhch_default_settings-0.1.16}/PKG-INFO +1 -1
- {apis_acdhch_default_settings-0.1.15 → apis_acdhch_default_settings-0.1.16}/apis_acdhch_default_settings/settings.py +1 -3
- {apis_acdhch_default_settings-0.1.15 → apis_acdhch_default_settings-0.1.16}/pyproject.toml +1 -1
- {apis_acdhch_default_settings-0.1.15 → apis_acdhch_default_settings-0.1.16}/README.md +0 -0
- {apis_acdhch_default_settings-0.1.15 → apis_acdhch_default_settings-0.1.16}/apis_acdhch_default_settings/__init__.py +0 -0
- {apis_acdhch_default_settings-0.1.15 → apis_acdhch_default_settings-0.1.16}/apis_acdhch_default_settings/urls.py +0 -0
|
@@ -174,7 +174,7 @@ MIDDLEWARE = [
|
|
|
174
174
|
"crum.CurrentRequestUserMiddleware",
|
|
175
175
|
]
|
|
176
176
|
|
|
177
|
-
ROOT_URLCONF = "
|
|
177
|
+
ROOT_URLCONF = "apis_achdch_default_settings.urls"
|
|
178
178
|
|
|
179
179
|
TEMPLATES = [
|
|
180
180
|
{
|
|
@@ -187,8 +187,6 @@ TEMPLATES = [
|
|
|
187
187
|
"django.template.context_processors.request",
|
|
188
188
|
"django.contrib.auth.context_processors.auth",
|
|
189
189
|
"django.contrib.messages.context_processors.messages",
|
|
190
|
-
"apis_core.context_processors.custom_context_processors.list_entities",
|
|
191
|
-
"apis_core.context_processors.custom_context_processors.list_relations",
|
|
192
190
|
"apis_core.context_processors.custom_context_processors.list_apis_settings",
|
|
193
191
|
]
|
|
194
192
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|