allow admin in prod
This commit is contained in:
parent
bbb5d0bfd5
commit
65a110b37c
|
@ -77,5 +77,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…
Reference in New Issue