website/conservancy/blog
Ben Sturmfels 5fa226284b
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".
2024-03-20 14:54:54 +11:00
..
__init__.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00
admin.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00
models.py Simplify settings and move some standard settings into settings.py 2023-10-26 12:28:29 +11:00
urls.py Convert remaining url routes to path/re_path 2024-03-18 18:38:30 +11:00
views.py Delegate management of canonical URLs to Apache 2024-03-20 14:54:54 +11:00