[damned-lies/oscp] Allow all hosts



commit 8c70f27c2d362208b9713a2e55b2b91020c5fc68
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Mar 23 14:47:35 2020 +0100

    Allow all hosts

 local_settings.py | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/local_settings.py b/local_settings.py
index 2cc45101..ab7febce 100644
--- a/local_settings.py
+++ b/local_settings.py
@@ -1,5 +1,7 @@
 import os
 
+ALLOWED_HOSTS = ['*']
+
 DEBUG = False
 STATIC_SERVE = False
 USE_DJANGO_OPENID = False


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]