[geany/www.geany.org] db8251: Add geany.nightlybuilds.org to ALLOWED_HOSTS

Enrico Tröger git-noreply at xxxxx
Sun May 12 21:04:08 UTC 2013


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 12 May 2013 21:04:08 UTC
Commit:      db82513f0f1476d14c1fb867679de59c835dc3c7
             https://github.com/geany/www.geany.org/commit/db82513f0f1476d14c1fb867679de59c835dc3c7

Log Message:
-----------
Add geany.nightlybuilds.org to ALLOWED_HOSTS


Modified Paths:
--------------
    geany/settings.py

Modified: geany/settings.py
11 files changed, 8 insertions(+), 3 deletions(-)
===================================================================
@@ -3,12 +3,12 @@
 # it under the terms of the GNU Affero General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU Affero General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
@@ -135,7 +135,12 @@
 
 SITE_ID = 1
 
-ALLOWED_HOSTS = ('127.0.0.1', 'geany.org', 'www.geany.org', 'pastebin.geany.org', 'nightly.geany.org')
+ALLOWED_HOSTS = ('127.0.0.1',
+                 'geany.org',
+                 'www.geany.org',
+                 'pastebin.geany.org',
+                 'geany.nightlybuilds.org',
+                 'nightly.geany.org')
 
 # If you set this to False, Django will make some optimizations so as not
 # to load the internationalization machinery.



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list