mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-01-03 15:13:57 +00:00
Merge conflicts
This commit is contained in:
@@ -124,12 +124,12 @@ INSTALLED_APPS = (
|
||||
|
||||
'pipeline',
|
||||
#'dbbackup',
|
||||
'gunicorn',
|
||||
|
||||
'corsheaders',
|
||||
'sorl.thumbnail',
|
||||
'djcelery',
|
||||
'spa',
|
||||
'gunicorn',
|
||||
'spa.signals',
|
||||
'core',
|
||||
'storages',
|
||||
@@ -253,7 +253,12 @@ SOCIAL_AUTH_AUTHENTICATION_BACKENDS = (
|
||||
'social.backends.yahoo.YahooOpenId'
|
||||
)
|
||||
|
||||
"""
|
||||
DBBACKUP_STORAGE = 'dbbackup.storage.dropbox_storage'
|
||||
DBBACKUP_TOKENS_FILEPATH = '._dss_tokens'
|
||||
DBBACKUP_DROPBOX_APP_KEY = localsettings.DSS_DB_BACKUP_KEY
|
||||
DBBACKUP_DROPBOX_APP_SECRET = localsettings.DSS_DB_BACKUP_SECRET
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
"""
|
||||
>>>>>>> develop
|
||||
|
||||
Reference in New Issue
Block a user