1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-05 03:04:04 +02:00

Init new draw application

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2023-03-22 12:26:27 +01:00
parent 36a74a56c8
commit c7d7f6d714
11 changed files with 48 additions and 0 deletions

View File

@ -38,6 +38,7 @@ urlpatterns = [
path('search/', AdminSearchView.as_view(), name="haystack_search"),
path('api/', include('api.urls')),
path('draw/', include('draw.urls')),
path('participation/', include('participation.urls')),
path('registration/', include('registration.urls')),