Apply Ruff 2024.2 style changes
This commit is contained in:
parent
44c85b9257
commit
e83c9c0d36
@ -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.views import LoginView, LogoutView
|
||||
|
Loading…
Reference in New Issue
Block a user