apis-acdhch-default-settings 1.8.0__tar.gz → 2.0.0__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: apis-acdhch-default-settings
3
- Version: 1.8.0
3
+ Version: 2.0.0
4
4
  Summary: Default settings for APIS instances at the ACDH-CH
5
5
  License: MIT
6
6
  Author: Birger Schacht
@@ -49,7 +49,6 @@ INSTALLED_APPS = [
49
49
  "rest_framework",
50
50
  "apis_ontology",
51
51
  "apis_acdhch_default_settings",
52
- "apis_core.apis_relations",
53
52
  "apis_core.apis_entities",
54
53
  "apis_core.apis_metainfo",
55
54
  "apis_core.apis_vocabularies",
@@ -81,20 +80,11 @@ CSP_DEFAULT_SRC = (
81
80
  "'unsafe-inline'",
82
81
  "cdnjs.cloudflare.com",
83
82
  "cdn.jsdelivr.net",
84
- "fonts.googleapis.com",
85
83
  "ajax.googleapis.com",
86
- "cdn.rawgit.com",
87
84
  "*.acdh.oeaw.ac.at",
88
85
  "unpkg.com",
89
- "fonts.gstatic.com",
90
- "cdn.datatables.net",
91
- "code.highcharts.com",
92
- "*.acdh-dev.oeaw.ac.at",
93
- "*.acdh.oeaw.ac.at",
94
- "openstreetmap.org",
95
86
  "*.openstreetmap.org",
96
87
  )
97
- CSP_FRAME_SRC = ("sennierer.github.io",)
98
88
 
99
89
  # django-crispy-forms settings
100
90
  # https://django-crispy-forms.readthedocs.io/en/latest/install.html#template-packs
@@ -174,7 +164,6 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
174
164
  LANGUAGE_CODE = "en"
175
165
  TIME_ZONE = "UTC"
176
166
  USE_I18N = True
177
- USE_L10N = True
178
167
  USE_TZ = True
179
168
 
180
169
  # Static files (CSS, JavaScript, Images)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "apis-acdhch-default-settings"
3
- version = "1.8.0"
3
+ version = "2.0.0"
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"