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
When I see a settings variable in a Django project I immediately assume that it's django.conf.settings
When I see dt_settings I have to look it up.
Also, override immediately tells me django.utils.translation.override. If it's not obvious I sometimes import the module and use the function as translation.override but that happens almost never.
It's a low priority issue but I think it should be changed if it's possible without breaking too many pull requests :)