You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a django operator, I want to specify configuration through environment variables so that I can easily set configuration for my site without having to manage python code in a local settings.py.
e.g. ALLOWED_HOSTS=0.0.0.0 python manage.py runserver 0.0.0.0:$PORT
The text was updated successfully, but these errors were encountered:
As a django operator, I want to specify configuration through environment variables so that I can easily set configuration for my site without having to manage python code in a local settings.py.
e.g.
ALLOWED_HOSTS=0.0.0.0 python manage.py runserver 0.0.0.0:$PORT
The text was updated successfully, but these errors were encountered: