1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-21 11:18:23 +02:00

Add some popups

This commit is contained in:
Yohann D'ANELLO
2020-09-22 21:20:20 +02:00
parent 1a56725795
commit 369c9e2fa2
10 changed files with 107 additions and 38 deletions

View File

@ -60,6 +60,7 @@ INSTALLED_APPS = [
'rest_framework',
'rest_framework.authtoken',
'eastereggs',
'registration',
'participation',
]

View File

@ -29,6 +29,8 @@ urlpatterns = [
path('api/', include('api.urls')),
path('participation/', include('participation.urls')),
path('registration/', include('registration.urls')),
path('', include('eastereggs.urls')),
]
handler400 = bad_request