diff --git a/core/accounts/templates/accounts/home.html b/core/accounts/templates/accounts/home.html new file mode 100644 index 0000000..e69de29 diff --git a/core/core/urls.py b/core/core/urls.py index 2ad69db..382dba1 100644 --- a/core/core/urls.py +++ b/core/core/urls.py @@ -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),