mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
fix
This commit is contained in:
parent
4560df8804
commit
2fa971a19b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user