Files @ 5fa226284bcb
Branch filter:

Location: website/requirements.txt

bsturmfels
Delegate management of canonical URLs to Apache

This middleware is mostly redundant:

* redirecting to canonical URLs can be done more simply in Apache
* appending a forward slash is a default in CommonMiddleware now
* we're no longer using Squid cache

May need to update Apache to strip/redirect trailing "index.html".
1
2
3
4
5
6
# Installed in virtualenv
Django==4.2.11
# Provided by Debian Bookworm.
beautifulsoup4==4.11.2
html5lib==1.1
django-countries==7.3.2