mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +00:00
b4e2d6e874
uploaded the required files
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' ,
|
|
]
|