Moved the view of the HTTP 500 Internal Server Error from the Mia core application to the site URL settings, to reduce coupling between the site settings and the Mia core application.
This commit is contained in:
@ -79,6 +79,7 @@ def cash(request, account, period):
|
||||
Returns:
|
||||
HttpResponse: The response.
|
||||
"""
|
||||
a = 3 / 0
|
||||
# The accounting records
|
||||
if account.code == "0":
|
||||
records = list(
|
||||
|
Reference in New Issue
Block a user