mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-25 15:05:51 +00:00
Added dropbox backup for db
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -19,4 +19,4 @@ test.py
|
||||
mysql2pgsql.yml
|
||||
downloads.txt
|
||||
plays.txt
|
||||
|
||||
dss_ah
|
||||
@@ -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
|
||||
|
||||
@@ -34,3 +34,4 @@ htmlmin
|
||||
django-htmlmin
|
||||
tastypie-msgpack
|
||||
django-jenkins
|
||||
dropbox
|
||||
|
||||
Reference in New Issue
Block a user