File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -216,3 +216,15 @@ Providing these three environment variables, allows the Django app to use
216
216
different values for these three Django app parameters in production
217
217
environment than what is used in development.
218
218
219
+ # Notes
220
+ The script, ` ~/gunicorn_start.sh ` is the only connection between the Gunicorn
221
+ configuration and the Django app server. So as long as running this script
222
+ results in a valid app server instance, the rest of the system will remain
223
+ of the expected integrity. So if the Django app being deployed requires
224
+ different configuration, any requisite changes can be made from this file.
225
+
226
+ ` ~/prepare_env.sh ` is sourced from this file to setup the environment. So this
227
+ file is also available for further tweaking to suit the deployed app's
228
+ runtime environment.
229
+
230
+
You can’t perform that action at this time.
0 commit comments