add setting with login accounts/*
This commit is contained in:
parent
1df5422372
commit
049ff2300c
1 changed files with 2 additions and 0 deletions
|
@ -15,7 +15,9 @@ Including another URLconf
|
||||||
"""
|
"""
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
|
from django.urls import include
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('admin/', admin.site.urls),
|
path('admin/', admin.site.urls),
|
||||||
|
path('account/', include('django.contrib.auth.urls')),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue