This commit is contained in:
parent
6b52c0d4c4
commit
2307fac83a
@ -23,5 +23,8 @@ urlpatterns = [
|
||||
path("tracker/", include("games.urls")),
|
||||
]
|
||||
|
||||
# if settings.DEBUG:
|
||||
# urlpatterns.append(path("admin/", admin.site.urls))
|
||||
|
||||
if settings.DEBUG:
|
||||
urlpatterns.append(path("admin/", admin.site.urls))
|
||||
|
Loading…
x
Reference in New Issue
Block a user