even more formatting

This commit is contained in:
2024-08-08 15:02:39 +02:00
parent b6014a72e0
commit 6a5dc9b62c
6 changed files with 16 additions and 22 deletions

View File

@ -13,6 +13,7 @@ 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.conf import settings
from django.contrib import admin
from django.contrib.auth import views as auth_views