gunicorn
This commit is contained in:
@@ -59,6 +59,11 @@ MIDDLEWARE = [
|
||||
|
||||
CORS_ALLOW_ALL_ORIGINS = True
|
||||
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
"https://market.quant-speed.com",
|
||||
"http://market.quant-speed.com",
|
||||
]
|
||||
|
||||
ROOT_URLCONF = 'config.urls'
|
||||
|
||||
TEMPLATES = [
|
||||
|
||||
Reference in New Issue
Block a user