mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 20:41:12 +00:00
14 lines
268 B
Python
14 lines
268 B
Python
|
INSTALLED_APPS = [
|
||
|
'chat.apps.ChatConfig',
|
||
|
|
||
|
'django.contrib.admin',
|
||
|
'django.contrib.auth',
|
||
|
'django.contrib.contenttypes',
|
||
|
'django.contrib.sessions',
|
||
|
'django.contrib.messages',
|
||
|
'django.contrib.staticfiles',
|
||
|
|
||
|
# add django channels
|
||
|
'channels' ,
|
||
|
]
|