# HG changeset patch # User Steve Losh # Date 1260588029 18000 # Node ID 4454e6123e627e5eff924e7838c126353b7fda84 # Parent 8bf8390a254a1620df6bba42871ead2568cea701 Add django-simplebackup settings. diff -r 8bf8390a254a -r 4454e6123e62 settings.py --- a/settings.py Thu Oct 01 18:05:49 2009 -0400 +++ b/settings.py Fri Dec 11 22:20:29 2009 -0500 @@ -19,6 +19,11 @@ DATABASE_HOST = deploy.DATABASE_HOST DATABASE_PORT = deploy.DATABASE_PORT + +# django-simplebackup settings +BACKUP_DIRECTORY = os.path.join(BASE_DIR, 'backup') +BACKUP_EXCLUDE = ['admin', 'sessions'] + # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # although not all choices may be available on all operating systems.