diff --git a/actnow/settings.py b/actnow/settings.py index aac087fd..779b76a3 100644 --- a/actnow/settings.py +++ b/actnow/settings.py @@ -10,7 +10,6 @@ https://docs.djangoproject.com/en/3.2/ref/settings/ """ - from pathlib import Path from typing import List diff --git a/actnow/urls.py b/actnow/urls.py index 61efcf27..031af9fe 100644 --- a/actnow/urls.py +++ b/actnow/urls.py @@ -13,6 +13,7 @@ 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.urls import include, path