apis-acdhch-default-settings 2.2.0__tar.gz → 2.2.2__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.3
2
2
  Name: apis-acdhch-default-settings
3
- Version: 2.2.0
3
+ Version: 2.2.2
4
4
  Summary: Default settings for APIS instances at the ACDH-CH
5
5
  License: MIT
6
6
  Author: Birger Schacht
@@ -32,7 +32,6 @@ BASE_DIR = Path(__file__).resolve().parent.parent
32
32
  # put apis_override_select2js at the beginning of the list
33
33
  # to make its static files weigh more than from the other apps
34
34
  INSTALLED_APPS = [
35
- "apis_override_select2js",
36
35
  "dal",
37
36
  "dal_select2",
38
37
  "django.contrib.admin",
@@ -50,11 +49,11 @@ INSTALLED_APPS = [
50
49
  "rest_framework",
51
50
  "apis_ontology",
52
51
  "apis_acdhch_default_settings",
52
+ "apis_core.generic",
53
53
  "apis_core.relations",
54
54
  "apis_core.apis_entities",
55
55
  "apis_core.apis_metainfo",
56
56
  "apis_core.apis_vocabularies",
57
- "apis_core.generic",
58
57
  "apis_core.core",
59
58
  "rest_framework.authtoken",
60
59
  "drf_spectacular",
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "apis-acdhch-default-settings"
3
- version = "2.2.0"
3
+ version = "2.2.2"
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"