Authentic plugin for the Wallonie Connect usecase
Go to file
Emmanuel Cazenave a1a5124545
gitea/authentic2-wallonie-connect/pipeline/head This commit looks good Details
debian: provide a configuration file (#46550)
2023-03-28 17:59:44 +02:00
debian debian: provide a configuration file (#46550) 2023-03-28 17:59:44 +02:00
src/authentic2_wallonie_connect do not rely on pkg_resources (#46550) 2023-03-22 17:09:40 +01:00
tests misc/compat: remove obsolete __future__ imports (#75510) 2023-03-16 14:40:44 +01:00
.gitignore Customize admin roles (#35737) 2020-02-14 16:48:13 +01:00
COPYING first commit 2019-08-02 13:41:12 +02:00
Jenkinsfile Prepare Jenkinsfile for Gitea migration (#74572) 2023-02-20 14:56:10 +01:00
MANIFEST.in first commit 2019-08-02 13:41:12 +02:00
README do not rely on pkg_resources (#46550) 2023-03-22 17:09:40 +01:00
getlasso.sh first commit 2019-08-02 13:41:12 +02:00
getlasso3.sh tox.ini: refactor and adapt for py3 and dj22 (#42801) 2020-05-12 23:03:00 +02:00
pylint.sh tox.ini: refactor and adapt for py3 and dj22 (#42801) 2020-05-12 23:03:00 +02:00
setup.py do not rely on pkg_resources (#46550) 2023-03-22 17:09:40 +01:00
tox.ini ci: test against Django 3.2 (#75510) 2023-03-16 12:37:31 +01:00

README

authentic2-wallonie-connect
===========================

Authentic2 plugin for the Wallonie Connect usecase, see https://dev.entrouvert.org/projects/imio-connect/

Installation
------------

Install with `pip install authentic2-wallonie-connect`

Settings
========

Register the plugin in your settings file.

  INSTALLED_APPS += ('authentic2_wallonie_connect',)
  TENANT_APPS += ('authentic2_wallonie_connect',)

License
-------

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU Affero General Public License along
with this program.  If not, see <http://www.gnu.org/licenses/>.