From ae80502be05e750ed4791d00411571ecd1e739a2 Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 5 Jan 2008 17:18:38 -0800 Subject: Removed DATA_DIR setting var --- settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 18624adb..7051f0ca 100644 --- a/settings.py +++ b/settings.py @@ -12,7 +12,6 @@ # Full path to the data directory DEPLOY_PATH = os.path.dirname(os.path.realpath(__file__)) -DATA_DIR = '%s/data' % DEPLOY_PATH # Local time zone for this installation. All choices can be found here: # http://www.postgresql.org/docs/current/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE -- cgit v1.2.3-54-g00ecf