WIP: Cleanup
This commit is contained in:
parent
715224653d
commit
6ee942f8dc
37 changed files with 547 additions and 2591 deletions
|
|
@ -23,7 +23,8 @@ urlpatterns = [
|
|||
path("gurps/", include("gurps_character.urls")),
|
||||
path("admin/", admin.site.urls),
|
||||
path("__reload__/", include("django_browser_reload.urls")),
|
||||
path("accounts/", include("django.contrib.auth.urls")),
|
||||
path("", TemplateView.as_view(template_name="home.html"), name="home"),
|
||||
# path("accounts/", include("django.contrib.auth.urls")),
|
||||
path('accounts/', include('allauth.urls')),
|
||||
path("", TemplateView.as_view(template_name="home.html"), name="home"),
|
||||
path('logout/', views.LogoutView.as_view(), name='logout'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue