1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 11:48:50 +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 19f41152ee
commit 7364d27b4b
11 changed files with 48 additions and 0 deletions

View File

@ -63,6 +63,7 @@ INSTALLED_APPS = [
'rest_framework.authtoken',
'api',
'draw',
'registration',
'participation',
]