Skip to content

Commit

Permalink
Merge pull request #1 from remodoy/devel
Browse files Browse the repository at this point in the history
Fix readme and setup.py
  • Loading branch information
TKffTK authored Oct 5, 2017
2 parents 0ee7eb4 + 618aae1 commit cf57aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
keywords='reauth django authentication',
author='Remod Oy',
author_email='reauth@remod.fi',
url='https://www.remod.fi/reauth',
url='https://github.com/remodoy/djangoreauth',
packages=['djangoreauth'],
license="MIT",
package_dir={'djangoreauth': 'djangoreauth'},
Expand Down

0 comments on commit cf57aa8

Please sign in to comment.