print exception

This commit is contained in:
Administrator
2023-10-09 20:45:05 +03:00
parent c510695fb4
commit 81012de98c
2 changed files with 2 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ class BaseView(BaseEntity):
except AccessError:
return HttpResponseRedirect("/")
except Exception as exc:
print(exc)
notify_if_needed(exc)
raise