create home (accounts-app) template, Sqlite3 database added in gitignore

This commit is contained in:
2025-01-17 17:17:26 +01:00
parent f6b6813924
commit 5688a45cc3
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ Including another URLconf
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""
from django.contrib import admin # type: ignore
from django.urls import path
from django.urls import path, include
urlpatterns = [
path('admin/', admin.site.urls),