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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apis-acdhch-default-settings
3
- Version: 0.1.15
3
+ Version: 0.1.16
4
4
  Summary: Default settings for APIS instances at the ACDH-CH
5
5
  License: MIT
6
6
  Author: Birger Schacht
@@ -174,7 +174,7 @@ MIDDLEWARE = [
174
174
  "crum.CurrentRequestUserMiddleware",
175
175
  ]
176
176
 
177
- ROOT_URLCONF = "apis-achdch-default-settings.urls"
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
  },
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "apis-acdhch-default-settings"
3
- version = "0.1.15"
3
+ version = "0.1.16"
4
4
  description = "Default settings for APIS instances at the ACDH-CH"
5
5
  authors = ["Birger Schacht <birger.schacht@oeaw.ac.at>"]
6
6
  license = "MIT"