Commit 7c370b718b8de72f482449a0247583d203b57438
1 parent
40ec746d
Exists in
dev
ALLOWED_HOSTS pyros.irap.omp.eu
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/pyros/settings.py
@@ -69,7 +69,7 @@ SECRET_KEY = '0*@w)$rq4x1c2w!c#gn58*$*u$w=s8uw2zpr_c3nj*u%qlxc23' | @@ -69,7 +69,7 @@ SECRET_KEY = '0*@w)$rq4x1c2w!c#gn58*$*u$w=s8uw2zpr_c3nj*u%qlxc23' | ||
69 | # SECURITY WARNING: don't run with debug turned on in production! | 69 | # SECURITY WARNING: don't run with debug turned on in production! |
70 | DEBUG = True | 70 | DEBUG = True |
71 | 71 | ||
72 | -ALLOWED_HOSTS = ['localhost', '127.0.0.1'] | 72 | +ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'pyros.irap.omp.eu'] |
73 | 73 | ||
74 | 74 | ||
75 | # Application definition | 75 | # Application definition |