Go to file
Frédéric Péters a3407c7208 delay loading of "magic" module to usage (#52687)
This avoids an issue with the uwsgi spooler failing to find library
symbols.

  File "/usr/lib/python3/dist-packages/authentic2_cut/utils.py", line 3, in <module>
    import magic
  File "/usr/lib/python3.7/ctypes/__init__.py", line 374, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/bin/uwsgi: undefined symbol: magic_open
2021-04-06 15:38:57 +02:00
debian debian: add dependency on django-redis 2020-07-03 14:40:26 +02:00
src/authentic2_cut delay loading of "magic" module to usage (#52687) 2021-04-06 15:38:57 +02:00
tests tests: fix reuse of cached event_type 2020-11-27 17:40:02 +01:00
.gitignore first commit 2017-05-29 15:55:07 +02:00
COPYING first commit 2017-05-29 15:55:07 +02:00
Jenkinsfile build: update to use origin/main 2020-12-26 15:21:15 +01:00
MANIFEST.in MANIFEST.in: ne pas oublier les templates *.txt 2017-11-27 14:55:52 +01:00
README first commit 2017-05-29 15:55:07 +02:00
check-migrations.sh check-migrations.sh: use mktemp 2020-08-24 17:14:23 +02:00
getlasso3.sh provide a py3-compliant tox.ini file (#41220) 2020-04-01 11:54:13 +02:00
pylint.sh tox.ini: refactor, add dj22 target 2020-05-15 18:20:16 +02:00
setup.py misc: remove requirement on python-magic 2020-07-03 13:52:31 +02:00
tox.ini build: update to use origin/main 2020-12-26 15:21:15 +01:00

README

authentic2-cut
==============

Authentic2 plugin for CUT

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

Install with `pip install authentic2-cut`

Settings
========

Nothing to say here.

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/>.