master
Nick Sergeant 2012-09-02 12:58:07 -04:00
parent 0384a46aa1
commit 8f590dc970
1 changed files with 1 additions and 1 deletions

View File

@ -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