Minor change to settings -- work with no TRACK_DIR defined -- untested

This commit is contained in:
Piotr Mitros
2011-12-31 11:46:28 -05:00
parent 4355de794b
commit 0ec5e4a985

View File

@@ -135,5 +135,7 @@ LOGGING = {
}
}
TRACK_DIR = None
# Django settings for mitx project.
execfile("../settings.py")