diff options
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 |