diff options
author | eliott <eliott@cactuswax.net> | 2008-01-05 17:18:38 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-01-05 17:18:38 -0800 |
commit | ae80502be05e750ed4791d00411571ecd1e739a2 (patch) | |
tree | e74f5d8648807f18ac3362eeec44ec00d4c8f826 /settings.py | |
parent | cfe61acc137b85df184d68058923d8ae9e18831e (diff) |
Removed DATA_DIR setting var
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 18624adb..7051f0ca 100644 --- a/settings.py +++ b/settings.py @@ -12,7 +12,6 @@ MANAGERS = ADMINS # 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 |