From 69ce61e6ef27d1911538523b57371e19926641cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rekucki?= Date: Sun, 11 Apr 2010 21:05:41 +0200 Subject: [PATCH] Bumped up python version in the template. --- platforma/config/platforma.wsgi.template | 2 +- platforma/settings.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platforma/config/platforma.wsgi.template b/platforma/config/platforma.wsgi.template index b1b35b46..6a1770c0 100644 --- a/platforma/config/platforma.wsgi.template +++ b/platforma/config/platforma.wsgi.template @@ -1,6 +1,6 @@ #!%(python)s import site -site.addsitedir('%(path)s/lib/python2.5/site-packages') +site.addsitedir('%(path)s/lib/python2.6/site-packages') import os from os.path import abspath, dirname, join diff --git a/platforma/settings.py b/platforma/settings.py index 83a6f090..e09dfecc 100644 --- a/platforma/settings.py +++ b/platforma/settings.py @@ -27,7 +27,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 = 'Europe/Warsaw Poland' +TIME_ZONE = 'Europe/Warsaw' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html @@ -94,7 +94,7 @@ AUTHENTICATION_BACKENDS = ( 'django_cas.backends.CASBackend', ) -ROOT_URLCONF = 'urls' +ROOT_URLCONF = 'platforma.urls' TEMPLATE_DIRS = ( PROJECT_ROOT + '/templates', -- 2.20.1