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
I know I can use os.getenv but I'd like to be able to get the name of the currently used django-configurations settings class name in the code? How do I know I'm in Prod vs Development etc?
The text was updated successfully, but these errors were encountered:
@brianhelba@striveforbest I think, that a utility for returning the configuration class itself would also be a nice feature... Even if it is as simple as:
I know I can use
os.getenv
but I'd like to be able to get the name of the currently used django-configurations settings class name in the code? How do I know I'm in Prod vs Development etc?The text was updated successfully, but these errors were encountered: