authentic2-cut/src/authentic2_cut
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
..
fixtures cut_attributes: change le type des champs téléphones 2017-11-27 10:52:17 +01:00
management add account validation subsystem (fixes #23303, fixes #17650) 2018-04-23 15:56:44 +02:00
migrations models: make Journal.actor nullable 2020-05-15 18:20:16 +02:00
templates/authentic2 use a link to present pdf validation request attachments (fixes #29508) 2019-01-29 11:27:51 +01:00
__init__.py use a link to present pdf validation request attachments (fixes #29508) 2019-01-29 11:27:51 +01:00
actions.py apps: déplace la journalisation de la suppression de liaison FC 2017-11-17 15:22:57 +01:00
admin.py add account validation subsystem (fixes #23303, fixes #17650) 2018-04-23 15:56:44 +02:00
api_views.py tox.ini: hide warnings 2020-11-27 17:40:13 +01:00
app_settings.py first commit 2017-05-29 15:55:07 +02:00
apps.py misc: update to new way to declare Operation objects (#49746) 2020-12-26 16:24:37 +01:00
custom_settings.py custom_settings: ignore preferred_username from FC when it's already set (#45866) 2020-08-13 15:45:45 +02:00
forms.py validation: ajout d'un choix vide pour obliger à choisir 2018-04-23 16:33:11 +02:00
middlewares.py dj22: use MiddlewareMixin 2020-05-15 18:20:16 +02:00
models.py dj22: replace django.core.urlresolvers by django.urls 2020-05-15 21:25:27 +02:00
tables.py tables: fix sorting on user, origin and human_status (fixes #26844) 2018-10-01 10:24:15 +02:00
urls.py use a link to present pdf validation request attachments (fixes #29508) 2019-01-29 11:27:51 +01:00
user_datas.py misc: adapt string view of FC user data for py3 (#45467) 2020-07-26 17:52:20 +02:00
utils.py delay loading of "magic" module to usage (#52687) 2021-04-06 15:38:57 +02:00
views.py misc: remove requirement on python-magic 2020-07-03 13:52:31 +02:00