Skip to content

Commit bb9c972

Browse files
committed
Add Notes section
1 parent 304d599 commit bb9c972

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,15 @@ Providing these three environment variables, allows the Django app to use
216216
different values for these three Django app parameters in production
217217
environment than what is used in development.
218218

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+

0 commit comments

Comments
 (0)