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
While #349 attempted to fix this, it appears to be fixed only where the client codebase has moved to using STORAGES. For codebases still using the legacy settings the error is still present.
Modify testing/manage.py to use django-configurations, pointing at config Config created above
Running any testing/manage.py command, such as testing/manage.py diffsettings, will reproduce the issue
I suspect the fix could be as simple as copying the inverse of the change in #349 to detect this case, however I'm not sure if that will be sufficient.
The text was updated successfully, but these errors were encountered:
While #349 attempted to fix this, it appears to be fixed only where the client codebase has moved to using
STORAGES
. For codebases still using the legacy settings the error is still present.Steps to reproduce:
pip install django-configurations
django-admin create testing
testing/testing/settings.py
by appending:testing/manage.py
to usedjango-configurations
, pointing at configConfig
created abovetesting/manage.py
command, such astesting/manage.py diffsettings
, will reproduce the issueI suspect the fix could be as simple as copying the inverse of the change in #349 to detect this case, however I'm not sure if that will be sufficient.
The text was updated successfully, but these errors were encountered: