Skip to content

Commit

Permalink
Merge pull request #206 from open-zaak/feature/sites-config
Browse files Browse the repository at this point in the history
✨ Add SitesConfiguration step from library
  • Loading branch information
stevenbal authored Dec 17, 2024
2 parents 9ede0bd + 84a1ab5 commit 67ccb1a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docker/setup_configuration/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,9 @@ notifications_abonnementen_config:
auth: Token bar
kanalen:
- naam: zaken

sites_config_enable: true
sites_config:
items:
- domain: example.com
name: Open Notificaties
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ open-api-framework
markdown
self-certifi
furl
django-setup-configuration>=0.5.0
zgw-consumers[setup-configuration]
commonground-api-common[setup-configuration]
mozilla-django-oidc-db[setup-configuration]
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ django-rest-framework-condition==0.1.1
# via commonground-api-common
django-sendfile2==0.7.1
# via django-privates
django-setup-configuration==0.4.0
django-setup-configuration==0.5.0
# via
# -r requirements/base.in
# commonground-api-common
# mozilla-django-oidc-db
# open-api-framework
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ django-sendfile2==0.7.1
# via
# -r requirements/base.txt
# django-privates
django-setup-configuration==0.4.0
django-setup-configuration==0.5.0
# via
# -r requirements/base.txt
# commonground-api-common
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ django-sendfile2==0.7.1
# via
# -r requirements/base.txt
# django-privates
django-setup-configuration==0.4.0
django-setup-configuration==0.5.0
# via
# -r requirements/base.txt
# commonground-api-common
Expand Down
1 change: 1 addition & 0 deletions src/nrc/conf/includes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"nrc.setup_configuration.authorization.AuthorizationStep",
"nrc.setup_configuration.kanalen.KanaalConfigurationStep",
"nrc.setup_configuration.abonnementen.AbonnementConfigurationStep",
"django_setup_configuration.contrib.sites.steps.SitesConfigurationStep",
]

#
Expand Down

0 comments on commit 67ccb1a

Please sign in to comment.