Added gunicorn to docker

This commit is contained in:
ayxan
2022-10-04 00:28:46 +04:00
parent a689929478
commit 5ceba6f13f
3 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ DEBUG = True
ALLOWED_HOSTS = ['*']
CSRF_TRUSTED_ORIGINS=['http://127.0.0.1:1337']
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',

View File

@@ -5,6 +5,8 @@ DEBUG = True
ALLOWED_HOSTS = ['*']
CSRF_TRUSTED_ORIGINS=['http://127.0.0.1:1337']
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',