Skip to content

Commit

Permalink
➕ [maykinmedia/django-setup-configuration#1] add django_setup_configu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
annashamray committed Mar 8, 2024
1 parent 7c04f21 commit 463d231
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ django-rosetta
maykin-django-two-factor-auth
maykin-django-two-factor-auth[phonenumbers]
mozilla-django-oidc-db
git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command

# API libraries
djangorestframework
Expand Down
3 changes: 3 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ django==3.2.23
# django-rest-framework-condition
# django-rosetta
# django-sendfile2
# django-setup-configuration
# django-simple-certmanager
# django-solo
# djangorestframework
Expand Down Expand Up @@ -101,6 +102,8 @@ django-rosetta==0.9.8
# via -r requirements/base.in
django-sendfile2==0.7.0
# via django-privates
django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
# via -r requirements/base.in
django-simple-certmanager==1.4.1
# via zgw-consumers
django-solo==2.2.0
Expand Down
3 changes: 3 additions & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ django==3.2.23
# django-rest-framework-condition
# django-rosetta
# django-sendfile2
# django-setup-configuration
# django-simple-certmanager
# django-solo
# djangorestframework
Expand Down Expand Up @@ -142,6 +143,8 @@ django-sendfile2==0.7.0
# via
# -r requirements/base.txt
# django-privates
django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
# via -r requirements/base.txt
django-simple-certmanager==1.4.1
# via
# -r requirements/base.txt
Expand Down
3 changes: 3 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ django==3.2.23
# django-rest-framework-condition
# django-rosetta
# django-sendfile2
# django-setup-configuration
# django-simple-certmanager
# django-solo
# djangorestframework
Expand Down Expand Up @@ -170,6 +171,8 @@ django-sendfile2==0.7.0
# via
# -r requirements/ci.txt
# django-privates
django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
# via -r requirements/ci.txt
django-simple-certmanager==1.4.1
# via
# -r requirements/ci.txt
Expand Down
1 change: 1 addition & 0 deletions src/objects/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"vng_api_common.notifications",
"simple_certmanager",
"zgw_consumers",
"django_setup_configuration",
# 2fa apps
"django_otp",
"django_otp.plugins.otp_static",
Expand Down

0 comments on commit 463d231

Please sign in to comment.