Feed working

This commit is contained in:
Fergal Moran
2016-07-06 00:11:39 +01:00
parent ef67cba94f
commit 064b19affa
15 changed files with 262 additions and 6 deletions

View File

@@ -123,13 +123,12 @@ INSTALLED_APPS = (
'allauth.socialaccount.providers.twitter',
'pipeline',
'dbbackup',
'gunicorn',
'corsheaders',
'sorl.thumbnail',
'djcelery',
'spa',
'gunicorn',
'spa.signals',
'core',
'storages',
@@ -254,7 +253,9 @@ 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
DBBACKUP_DROPBOX_APP_SECRET = localsettings.DSS_DB_BACKUP_SECRET
"""