Skip to content
Snippets Groups Projects
Commit 82318303 authored by Ben Adida's avatar Ben Adida
Browse files

fixed settings sample file again

parent 7da17a7b
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with ...@@ -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. # 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 # If running in a Windows environment this must be set to the same as your
# system time zone. # system time zone.
TIME_ZONE = 'America/San_Francisco' TIME_ZONE = 'America/Los_Angeles'
# Language code for this installation. All choices can be found here: # Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html # http://www.i18nguy.com/unicode/language-identifiers.html
...@@ -73,7 +73,7 @@ TEMPLATE_DIRS = ( ...@@ -73,7 +73,7 @@ TEMPLATE_DIRS = (
) )
INSTALLED_APPS = ( INSTALLED_APPS = (
'django.contrib.auth', # 'django.contrib.auth',
'django.contrib.contenttypes', 'django.contrib.contenttypes',
'django.contrib.sessions', 'django.contrib.sessions',
'django.contrib.sites', 'django.contrib.sites',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment