website/conservancy/fossy
Ben Sturmfels bb2eab2968
fossy: check UUID format in the URL routing to avoid unhandled exception
Requests like /fossy/xyz123/ were causing an error due to "xyz123" not being a
valid UUID. We should just return a 404 in this case, which the URL routing will
now do automatically.
2023-11-22 13:58:20 +11:00
..
migrations Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +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
apps.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00
forms.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00
models.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00
urls.py fossy: check UUID format in the URL routing to avoid unhandled exception 2023-11-22 13:58:20 +11:00
views.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00