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