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 text was updated successfully, but these errors were encountered:
saipraveenkondapalli
changed the title
Raise Error at line 272 : "raise ImproperlyConfigured, exc_info[1], exc_info[2]"
base.py : Raise Error at line 272 : "raise ImproperlyConfigured, exc_info[1], exc_info[2]"
May 16, 2023
I think it should be
raise ImproperlyConfigured(exc_info[1], exc_info[2])
The text was updated successfully, but these errors were encountered: