4 lines
139 B
Python
4 lines
139 B
Python
from config.env import env
|
|
|
|
CORS_ALLOWED_ORIGINS = env.list('CORS_ALLOWED_ORIGINS')
|
|
CSRF_TRUSTED_ORIGINS = env.list('CSRF_TRUSTED_ORIGINS') |