Do not include ../redesign in path
- Legacy-Id: 6831
This commit is contained in:
parent
fb55fc4c4b
commit
f4283556ae
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue