Add a --env option allowing to give constant environment variables that should be forwarded to Python entrypoint functions.
Example with uwsgi option for Django framework :
--env DJANGO_SETTINGS_MODULE=mysite.settings
The option can be repeated.
Add a --env option allowing to give constant environment variables that should be forwarded to Python entrypoint functions.
Example with uwsgi option for Django framework :
<code>--env DJANGO_SETTINGS_MODULE=mysite.settings</code>
The option can be repeated.
yannweb
adicionou esta issue para o marco BETA version5 anos atrás
Add a --env option allowing to give constant environment variables that should be forwarded to Python entrypoint functions.
Example with uwsgi option for Django framework :
--env DJANGO_SETTINGS_MODULE=mysite.settings
The option can be repeated.