Co-authored-by: Skia <florent.jacquet@eshard.com>
This commit is contained in:
Skia
2023-03-02 15:11:23 +01:00
committed by GitHub
parent 73305c0b28
commit b7f20fed6c
33 changed files with 2030 additions and 750 deletions

View File

@ -76,6 +76,7 @@ urlpatterns = [
path("api/v1/", include(("api.urls", "api"), namespace="api")),
path("election/", include(("election.urls", "election"), namespace="election")),
path("forum/", include(("forum.urls", "forum"), namespace="forum")),
path("galaxy/", include(("galaxy.urls", "galaxy"), namespace="galaxy")),
path("trombi/", include(("trombi.urls", "trombi"), namespace="trombi")),
path("matmatronch/", include(("matmat.urls", "matmat"), namespace="matmat")),
path("pedagogy/", include(("pedagogy.urls", "pedagogy"), namespace="pedagogy")),