Uhh, remove removed Django module
This commit is contained in:
parent
2cffca4023
commit
55d8cc9771
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ ALLOWED_HOSTS = []
|
||||||
OWN_APPS = [
|
OWN_APPS = [
|
||||||
'events',
|
'events',
|
||||||
'users',
|
'users',
|
||||||
'oauth',
|
'oauth'
|
||||||
'core'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
|
|
Loading…
Reference in a new issue