diff --git a/config/__pycache__/urls.cpython-311.pyc b/config/__pycache__/urls.cpython-311.pyc index fcd6484..9a01b17 100644 Binary files a/config/__pycache__/urls.cpython-311.pyc and b/config/__pycache__/urls.cpython-311.pyc differ diff --git a/config/urls.py b/config/urls.py index f8cf289..62c8814 100644 --- a/config/urls.py +++ b/config/urls.py @@ -2,15 +2,6 @@ from django.contrib import admin from django.urls import include, path from django.conf import settings from django.conf.urls.static import static -from django.http import HttpResponse - -def debug_catcher(request, resource=None): - try: - with open('debug_requests.txt', 'a') as f: - f.write(f"Caught 404 candidate: {request.path}\n") - except Exception: - pass - return HttpResponse(f"
You requested: {request.path}
This URL was not matched by any standard pattern.
Username: adminPassword: admin
Go to Login
{e}
{% trans "Welcome back! Here's what's happening with your business today." %}