Specto fixes #9

Merged
confestim merged 7 commits from specto-fixes into main 2021-09-10 16:35:54 +02:00
Showing only changes of commit 53c35377c6 - Show all commits

View File

@ -43,9 +43,9 @@ urlpatterns = [
path("add_balance/", addToBalance, name="Add"),
path("remove_balance/", removeBalance, name="cashier"),
path("admin/", adminView, name="admin"),
path('administrator/', admin.site.urls),
path('api/', include(router.urls)),
path("leaderboard/", leaderboard, name="leaderboard")
]
if settings.DEBUG:
urlpatterns += static(settings.MEDIA_URL,