diff --git a/personalsite/settings.py.example b/personalsite/settings.py.example index a80c6e1..accf5a8 100644 --- a/personalsite/settings.py.example +++ b/personalsite/settings.py.example @@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) SECRET_KEY = '8$oylik7o2-dbx+5a77=2a532w8lx&=ofiyv!1bs9a9)0t%6r)' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = false +DEBUG = False ALLOWED_HOSTS = []