Skip to content

Commit fa398d3

Browse files
committed
➕ [maykinmedia/django-setup-configuration#1] add django_setup_configuration
1 parent 6fe150c commit fa398d3

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

requirements/base.in

+3
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ glom # data represenation based on spec
55
jsonschema
66
django-log-outgoing-requests
77

8+
# Django libraries
9+
git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
10+
811
# Common ground libraries
912
notifications-api-common

requirements/base.txt

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ django==4.2.11
8585
# django-relativedelta
8686
# django-rest-framework-condition
8787
# django-sendfile2
88+
# django-setup-configuration
8889
# django-simple-certmanager
8990
# django-solo
9091
# django-two-factor-auth
@@ -137,6 +138,8 @@ django-rest-framework-condition==0.1.1
137138
# via commonground-api-common
138139
django-sendfile2==0.7.0
139140
# via django-privates
141+
django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
142+
# via -r requirements/base.in
140143
django-simple-certmanager==1.4.1
141144
# via zgw-consumers
142145
django-solo==2.2.0

requirements/ci.txt

+3
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ django==4.2.11
125125
# django-relativedelta
126126
# django-rest-framework-condition
127127
# django-sendfile2
128+
# django-setup-configuration
128129
# django-simple-certmanager
129130
# django-solo
130131
# django-two-factor-auth
@@ -207,6 +208,8 @@ django-sendfile2==0.7.0
207208
# via
208209
# -r requirements/base.txt
209210
# django-privates
211+
django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
212+
# via -r requirements/base.txt
210213
django-simple-certmanager==1.4.1
211214
# via
212215
# -r requirements/base.txt

requirements/dev.txt

+3
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ django==4.2.11
147147
# django-relativedelta
148148
# django-rest-framework-condition
149149
# django-sendfile2
150+
# django-setup-configuration
150151
# django-simple-certmanager
151152
# django-solo
152153
# django-two-factor-auth
@@ -233,6 +234,8 @@ django-sendfile2==0.7.0
233234
# via
234235
# -r requirements/ci.txt
235236
# django-privates
237+
django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
238+
# via -r requirements/ci.txt
236239
django-simple-certmanager==1.4.1
237240
# via
238241
# -r requirements/ci.txt

src/objects/conf/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"notifications_api_common",
112112
"simple_certmanager",
113113
"zgw_consumers",
114+
"django_setup_configuration",
114115
# Two-factor authentication in the Django admin, enforced.
115116
"django_otp",
116117
"django_otp.plugins.otp_static",

0 commit comments

Comments
 (0)