[extensions-web/django/upgrade-1.8] settings: allow extensions.gnome.org domain by default in production



commit 3575b2a68fed42888994f13d4c05b5cae1ac148f
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sat Oct 29 11:46:09 2016 +0300

    settings: allow extensions.gnome.org domain by default in production

 sweettooth/settings.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index eedd29c..0581711 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -29,7 +29,7 @@ SECRET_KEY = 'tv(d+lom-sa^de5i#ab)(g^3249tbzssizuvh8m9_lwppdn1bw'
 # SECURITY WARNING: don't run with debug turned on in production!
 DEBUG = False
 
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ["extensions.gnome.org"]
 
 
 # Application definition


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