Skip to content

misli/django-fas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-fas

Django auth backend for FAS (Fedora Accounts System)

Installation

Setup AUTHENTICATION_BACKENDS in your settings.py:

AUTHENTICATION_BACKENDS = (
    'fas.backend.FasBackend',
)

Add fas.urls in your urls.py:

urlpatterns = patterns('',
    ...
    url('', include('fas.urls')),
    ...
)

About

Django auth backend for FAS (Fedora Accounts System)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages