Skip to content

daniel-yavorovich/django-redmine-auth-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-redmine-auth-backend

A Django authentication backend for use with the Redmine.

Install

Using pip:

pip install git+https://github.com/daniel-yavorovich/django-redmine-auth-backend.git

Otherwise, download the code any way you like and do:

python setup.py install

Configure Django for using Redmine auth backend

Please define AUTHENTICATION_BACKENDS and REDMINE_URL in Django settings file:

AUTHENTICATION_BACKENDS = (
    'django.contrib.auth.backends.ModelBackend',
    'redmine_auth.backends.RedmineAuthBackend',
)

REDMINE_URL = 'https://redmine.example.com'

About

A Django authentication backend for use with the Redmine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages