diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a345874..51d27a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black language_version: python3 diff --git a/debunkbot/urls.py b/debunkbot/urls.py index a2ad7fd..f21856d 100644 --- a/debunkbot/urls.py +++ b/debunkbot/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.contrib.auth import views as auth_views from django.urls import path