@@ -78,17 +78,6 @@ writable by the Django process._
78
78
79
79
By default, the base project directory (i.e. the root of the repository).
80
80
81
- ### ` DJANGO_DB_RESET `
82
-
83
- !!! warning "Deployment configuration"
84
-
85
- You may change this setting when deploying the app to a non-localhost domain
86
-
87
- Boolean:
88
-
89
- - ` True ` (default): deletes the existing database file and runs fresh Django migrations.
90
- - ` False ` : Django uses the existing database file.
91
-
92
81
### ` DJANGO_DEBUG `
93
82
94
83
!!! warning "Deployment configuration"
@@ -144,42 +133,6 @@ By default the application sends logs to `stdout`.
144
133
145
134
Django's primary secret, keep this safe!
146
135
147
- ### ` DJANGO_SUPERUSER_EMAIL `
148
-
149
- !!! warning "Deployment configuration"
150
-
151
- You may change this setting when deploying the app to a non-localhost domain
152
-
153
- !!! danger "Required configuration"
154
-
155
- This setting is required when `DJANGO_ADMIN` is `true`
156
-
157
- The email address of the Django Admin superuser created during initialization.
158
-
159
- ### ` DJANGO_SUPERUSER_PASSWORD `
160
-
161
- !!! warning "Deployment configuration"
162
-
163
- You may change this setting when deploying the app to a non-localhost domain
164
-
165
- !!! danger "Required configuration"
166
-
167
- This setting is required when `DJANGO_ADMIN` is `true`
168
-
169
- The password of the Django Admin superuser created during initialization.
170
-
171
- ### ` DJANGO_SUPERUSER_USERNAME `
172
-
173
- !!! warning "Deployment configuration"
174
-
175
- You may change this setting when deploying the app to a non-localhost domain
176
-
177
- !!! danger "Required configuration"
178
-
179
- This setting is required when `DJANGO_ADMIN` is `true`
180
-
181
- The username of the Django Admin superuser created during initialization.
182
-
183
136
### ` DJANGO_TRUSTED_ORIGINS `
184
137
185
138
!!! warning "Deployment configuration"
0 commit comments