This commit is contained in:
Eugene Pankov
2021-06-16 23:49:44 +02:00
parent 15d1fe4a46
commit 0b55657200
17 changed files with 665 additions and 191 deletions

View File

@@ -39,6 +39,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'channels',
'rest_framework',
'social_django',
'terminus.app',
]