Skip to content

Commit

Permalink
Merge pull request #1080 from founders4schools/migration-guide
Browse files Browse the repository at this point in the history
Add url patterns to Django migration guide
  • Loading branch information
omab committed Jan 6, 2017
2 parents 692f3aa + 22d854d commit aecc6b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MIGRATING_TO_SOCIAL.md
Expand Up @@ -35,6 +35,8 @@ dependency. Those using `mongoengine`, need to add
- If you have it overridden, `SOCIAL_AUTH_PIPELINE` setting.
- Update your `INSTALLED_APPS` to include `social_django` instead of
`social.apps.django_app.default`.
- Update your urls patterns to include `'social_django.urls'` instead of
`'social.apps.django_app.urls'`.

### Extras supported

Expand Down

0 comments on commit aecc6b1

Please sign in to comment.