FOSDEM / volunteers

Volunteers management system for the FOSDEM conference
GNU Affero General Public License v3.0
19 stars 24 forks source link

Compatibility with Python 3.9 - cgi.escape #43

Closed johanvdw closed 2 years ago

johanvdw commented 2 years ago
g gunicorn[1243]:   File "/var/opt/app/fosdem_volunteers/tool/volunteers/views.py", line 33, in <module>
g gunicorn[1243]:     from cgi import escape
g gunicorn[1243]: ImportError: cannot import name 'escape' from 'cgi' (/usr/lib/python3.9/cgi.py)
johanvdw commented 2 years ago

we can probably replace it by from django.utils.html import escape

johanvdw commented 2 years ago

Closed in e9822bc8800