From 8f590dc970718dd7657ec5e31783c660190f0096 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 2 Sep 2012 12:58:07 -0400 Subject: [PATCH] Settings --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 5e7cc9f..8d8c802 100644 --- a/settings.py +++ b/settings.py @@ -2,7 +2,7 @@ import os, socket -if socket.gethostname() in ['mba.local', 'mbp.local']: +if socket.gethostname() in ['air.local', 'pro.local']: DEBUG = True else: DEBUG = False