From 39d2652647f063a1cc740428e7580feae01655b7 Mon Sep 17 00:00:00 2001 From: bglacial Date: Thu, 18 Apr 2019 21:56:57 +0200 Subject: [PATCH] Add prod allowed host --- api/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/settings.py b/api/settings.py index 94c87d5..5ceaf86 100644 --- a/api/settings.py +++ b/api/settings.py @@ -31,6 +31,7 @@ ALLOWED_HOSTS = [ "localhost", 'timelaps-api.local', 'timelaps.local', + 'api.ock.svallee.fr', ] # Application definition