minor fix in runtests

This commit is contained in:
volpino 2012-05-13 14:10:57 +02:00
parent c85de09947
commit 61a24fefb7

View File

@ -16,7 +16,8 @@ settings.configure(
INSTALLED_APPS=['euscanwww.euscanwww', 'djeuscan'],
ROOT_URLCONF='euscanwww.euscanwww.urls',
EUSCAN_ROOT=EUSCAN_ROOT,
RRD_ROOT=os.path.join(EUSCAN_ROOT, 'var', 'rrd')
RRD_ROOT=os.path.join(EUSCAN_ROOT, 'var', 'rrd'),
USE_TZ=True
)