mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-04 14:52:11 +00:00
Changed account path
This commit is contained in:
@@ -20,9 +20,9 @@ from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path("", include("fossdb.urls")),
|
||||
path("", include("account.urls")),
|
||||
path("admin/", admin.site.urls),
|
||||
path("", include("django.contrib.auth.urls")),
|
||||
path("account/", include("account.urls")),
|
||||
]
|
||||
|
||||
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user