mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-08-28 12:11:51 +00:00
wip
This commit is contained in:
@@ -37,6 +37,9 @@ INSTALLED_APPS = [
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'channels',
|
||||
'rest_framework',
|
||||
'terminus.app',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
@@ -67,6 +70,7 @@ TEMPLATES = [
|
||||
},
|
||||
]
|
||||
|
||||
ASGI_APPLICATION = 'terminus.asgi.application'
|
||||
WSGI_APPLICATION = 'terminus.wsgi.application'
|
||||
|
||||
|
||||
@@ -99,6 +103,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||
},
|
||||
]
|
||||
|
||||
AUTH_USER_MODEL = 'app.User'
|
||||
|
||||
# Internationalization
|
||||
# https://docs.djangoproject.com/en/3.2/topics/i18n/
|
||||
|
Reference in New Issue
Block a user