Skip to content

Commit

Permalink
CI: Update social auth configuration. See Wirecloud#276
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz authored and Alejandro Rodriguez committed Jul 24, 2017
1 parent d50d330 commit 782a777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ci_scripts/conf_scripts/fiware-prepare.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip install python-social-auth
pip install social-auth-app-django

cat ${WORKSPACE}/src/ci_scripts/templates/fiware-conf.template >> ${WC_INSTANCE_NAME}/settings.py
2 changes: 1 addition & 1 deletion src/ci_scripts/templates/fiware-conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DATABASES = {

INSTALLED_APPS = list(INSTALLED_APPS)
INSTALLED_APPS.remove('wirecloud.oauth2provider')
INSTALLED_APPS.append('social.apps.django_app.default')
INSTALLED_APPS.append('social_django')
INSTALLED_APPS = tuple(INSTALLED_APPS)

THEME_ACTIVE = "wirecloud.fiwarelabtheme"

0 comments on commit 782a777

Please sign in to comment.