1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-05 17:23:54 +02:00

Create new applications

This commit is contained in:
Yohann D'ANELLO
2020-09-21 15:41:55 +02:00
parent f0eb6abe85
commit ca4b0729e7
15 changed files with 37 additions and 0 deletions

View File

@ -58,6 +58,9 @@ INSTALLED_APPS = [
'polymorphic',
'rest_framework',
'rest_framework.authtoken',
'registration',
'participation',
]
MIDDLEWARE = [