some space

This commit is contained in:
Basyrov Rustam
2025-06-03 23:23:46 +03:00
parent 8bea592155
commit b4f6dc48e7

View File

@@ -14,6 +14,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.contrib import admin
from django.urls import include, path