mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-07 15:00:45 +00:00
Added gunicorn to docker
This commit is contained in:
@@ -5,6 +5,8 @@ DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
CSRF_TRUSTED_ORIGINS=['http://127.0.0.1:1337']
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user