Improve error handling for park and area detail views

Update ParkDetailView and ParkAreaDetailView to raise Http404 exceptions instead of ObjectDoesNotExist for improved HTTP error handling.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: c446bc9e-66df-438c-a86c-f53e6da13649
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
This commit is contained in:
pac7
2025-09-23 23:03:26 +00:00
parent fff180c476
commit 601538b494
2 changed files with 16 additions and 12 deletions

View File

@@ -54,10 +54,6 @@ outputType = "webview"
localPort = 5000
externalPort = 80
[[ports]]
localPort = 35423
externalPort = 3002
[[ports]]
localPort = 41923
externalPort = 3000