Whoops dont confuse customers

This commit is contained in:
KenwoodFox 2025-12-03 13:35:58 -05:00
parent 4cdd902b2e
commit 0183b03bc2
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ def submit_quote(request):
def process_quote():
try:
if not settings.DEBUG:
raise Exception("Not implemented")
# Step 1: Upload files
yield send_progress_update(1, "Uploading files...", 25)
# Files are already uploaded at this point, just acknowledge