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
A lot of frequently used environment variables are declared in various files. we can just have a ENV_VARS dict/object in settings.py and store all the variables inside it and import them wherever required.
A lot of frequently used environment variables are declared in various files. we can just have a
ENV_VARS
dict/object in settings.py and store all the variables inside it and import them wherever required.Can be worked on once #12 is merged off.
The text was updated successfully, but these errors were encountered: