Add django-simplebackup settings.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 11 Dec 2009 22:20:29 -0500 |
parents |
8bf8390a254a
|
children |
b3eb9a757704
|
branches/tags |
(none) |
files |
settings.py |
Changes
--- 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.