From f02078b9ef52e8cfafa7acdde3c6d01fe9899db5 Mon Sep 17 00:00:00 2001 From: Mattia Mancini <mancini@astron.nl> Date: Mon, 27 Aug 2018 15:49:38 +0000 Subject: [PATCH] Story OSB-11: formatted code --- LCU/Maintenance/DBInterface/django_postgresql/urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LCU/Maintenance/DBInterface/django_postgresql/urls.py b/LCU/Maintenance/DBInterface/django_postgresql/urls.py index 1d14e92ffba..0c4275a4c8b 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 = [ -- GitLab