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
The gmn 3.5.2 settings template currently calls d1_common.util.nested_update without importing the module first. The solution is to add the module import (import d1_common.util) to the top of the template and to any affected settings.py file.
The gmn 3.5.2 settings template currently calls
d1_common.util.nested_updatewithout importing the module first. The solution is to add the module import (import d1_common.util) to the top of the template and to any affected settings.py file.