From 82318303694e1917459baac739b8374902501ef5 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Fri, 9 Jul 2010 17:15:01 -0700
Subject: [PATCH] fixed settings sample file again

---
 settings.py.sample | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings.py.sample b/settings.py.sample
index f730b41..234ea78 100644
--- a/settings.py.sample
+++ b/settings.py.sample
@@ -22,7 +22,7 @@ DATABASE_PORT = ''             # Set to empty string for default. Not used with
 # although not all choices may be available on all operating systems.
 # If running in a Windows environment this must be set to the same as your
 # system time zone.
-TIME_ZONE = 'America/San_Francisco'
+TIME_ZONE = 'America/Los_Angeles'
 
 # Language code for this installation. All choices can be found here:
 # http://www.i18nguy.com/unicode/language-identifiers.html
@@ -73,7 +73,7 @@ TEMPLATE_DIRS = (
 )
 
 INSTALLED_APPS = (
-    'django.contrib.auth',
+#    'django.contrib.auth',
     'django.contrib.contenttypes',
     'django.contrib.sessions',
     'django.contrib.sites',
-- 
GitLab