2👍
✅
Don’t set:
WSGIApplicationGroup %{GLOBAL}
You are forcing both applications to run in the same interpreter context, which Django doesn’t support because of use of environment variables.
See related information in:
Source:stackexchange.com