Do not include ../redesign in path

- Legacy-Id: 6831
This commit is contained in:
Ole Laursen 2013-12-07 12:30:41 +00:00
parent fb55fc4c4b
commit f4283556ae

View file

@ -18,7 +18,6 @@ LOG_DIR = '/var/log/datatracker'
import sys
sys.path.append(os.path.abspath(BASE_DIR + "/.."))
sys.path.append(os.path.abspath(BASE_DIR + "/../redesign"))
DEBUG = True
TEMPLATE_DEBUG = DEBUG