7f26e7d2d0377f06335b863a755d65f296882d87
Follow new infra setup for translations, see spec http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html for full details. Prepare babel-django.cfg qnd remove babel.cfg. This repository is django related. Though django_openstack_auth has only python files, it is reasonable to follow Django repos convention in OpenStack. This basically renames openstack_auth/locale/openstack_auth.pot to openstack_auth/locale/django.pot to follow Django POT file convention. setup.cfg babel entries are kept as this repository has only python files and it still works. Depends-On: Ie2462614ce92ee09a4d84481b4df9410f57f597b Change-Id: Id817cdbe6925d505c183c555f5e59361b5d6fcaf
Django OpenStack Auth
Django OpenStack Auth is a pluggable Django authentication backend
that works with Django's contrib.auth framework to
authenticate a user against OpenStack's Keystone Identity API.
The current version is designed to work with the Keystone v2.0 and v3 API.
You can view the installation instructions on Read The Docs.
- License: Apache License, Version 2.0
- Documentation: http://django-openstack-auth.readthedocs.org/en/latest/
- Source: http://git.openstack.org/cgit/openstack/django_openstack_auth/
- Bugs: https://bugs.launchpad.net/django-openstack-auth
Description