This commit is contained in:
Emmy D'Anello 2024-02-02 01:17:07 +01:00
parent c6d481556b
commit 836f2d39ee
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 2 additions and 2 deletions

View File

@ -152,6 +152,6 @@ REST_FRAMEWORK = {
try:
from settings_local import *
from .settings_local import *
except ImportError:
pass

View File

@ -2,7 +2,7 @@ SECRET_KEY = "CHANGE ME"
DEBUG = False
ALLOW_HOSTS = ['sncf.emy.lu']
ALLOWED_HOSTS = ['sncf.emy.lu']
CORS_ALLOWED_ORIGINS = [
"https://sncf.emy.lu",