mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-03-22 00:26:22 +00:00
fix
This commit is contained in:
@@ -23,7 +23,6 @@ urlpatterns = [
|
||||
path("", include("main.urls")),
|
||||
path("", include("account.urls")),
|
||||
path("", include("django.contrib.auth.urls")),
|
||||
path("__reload__/", include("django_browser_reload.urls")),
|
||||
]
|
||||
if settings.DEBUG:
|
||||
from django.conf.urls.static import static
|
||||
|
||||
Reference in New Issue
Block a user