diff --git a/LCU/Maintenance/DBInterface/django_postgresql/urls.py b/LCU/Maintenance/DBInterface/django_postgresql/urls.py
index 1d14e92ffba1fe5f039e0446493aaf16c8dd035d..0c4275a4c8be206ab7179b512db4a6da73260c5b 100644
--- a/LCU/Maintenance/DBInterface/django_postgresql/urls.py
+++ b/LCU/Maintenance/DBInterface/django_postgresql/urls.py
@@ -13,8 +13,9 @@ Including another URLconf
     1. Import the include() function: from django.urls import include, path
     2. Add a URL to urlpatterns:  path('blog/', include('blog.urls'))
 """
+from django.contrib import admin
 
-from django.conf.urls import include
+from django.conf.urls import url, include
 from django.urls import path
 
 urlpatterns = [