Uhh, remove removed Django module

This commit is contained in:
Maxime Bloch 2020-07-24 21:31:38 +02:00 committed by Midgard
parent 2cffca4023
commit 55d8cc9771
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -43,8 +43,7 @@ ALLOWED_HOSTS = []
OWN_APPS = [
'events',
'users',
'oauth',
'core'
'oauth'
]
INSTALLED_APPS = [