Skip to content

Commit

Permalink
Add collective.glossary to backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Oct 24, 2024
1 parent 0bdc6a2 commit 7d26f07
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/instance.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
default_context:
initial_user_password: 'admin'
zcml_package_includes: 'project.title'
zcml_package_includes: project.title, collective.glossary
2 changes: 2 additions & 0 deletions backend/requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
-c constraints.txt

collective.glossary
2 changes: 2 additions & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
-c constraints.txt

collective.glossary
1 change: 1 addition & 0 deletions backend/scripts/create_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def asbool(s):
"profile_id": _DEFAULT_PROFILE,
"extension_ids": [
"project.title:default",
"collective.glossary:default",
],
"setup_content": False,
"default_language": "en",
Expand Down

0 comments on commit 7d26f07

Please sign in to comment.