Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
annttu committed Oct 5, 2017
1 parent 0ee7eb4 commit 32fc53e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Install djangoreauth

Add to settings.py

import django.conf.global_settings as DEFAULT_SETTINGS

AUTHENTICATION_BACKENDS = DEFAULT_SETTINGS.AUTHENTICATION_BACKENDS + (
'djangoreauth.authenticationbackend.ReAuthBackend',
)
Expand Down

0 comments on commit 32fc53e

Please sign in to comment.