Added dropbox backup for db

This commit is contained in:
Fergal Moran
2013-08-06 13:19:56 +01:00
parent ade40f7d58
commit f8ff06f291
3 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@@ -19,4 +19,4 @@ test.py
mysql2pgsql.yml
downloads.txt
plays.txt
dss_ah

View File

@@ -169,6 +169,7 @@ INSTALLED_APPS = (
'allauth.socialaccount.providers.google',
'debug_toolbar',
'django_jenkins',
'dbbackup',
#'backbone_tastypie',
)
@@ -265,3 +266,7 @@ REALTIME_HEADERS = {
'content-type': 'application/json'
}
DBBACKUP_STORAGE = localsettings.DBBACKUP_STORAGE
DBBACKUP_TOKENS_FILEPATH = localsettings.DBBACKUP_TOKENS_FILEPATH
DBBACKUP_DROPBOX_APP_KEY = localsettings.DBBACKUP_DROPBOX_APP_KEY
DBBACKUP_DROPBOX_APP_SECRET = localsettings.DBBACKUP_DROPBOX_APP_SECRET

View File

@@ -34,3 +34,4 @@ htmlmin
django-htmlmin
tastypie-msgpack
django-jenkins
dropbox