From 269f0b4a08cab4897bd9a7d738e1e7744d049fd6 Mon Sep 17 00:00:00 2001 From: Tomas Gonzalez <56565994+tommygonzaleza@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:18:44 -0400 Subject: [PATCH] Update views.py --- breathecode/registry/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breathecode/registry/views.py b/breathecode/registry/views.py index 39ce765bd..3e3eea837 100644 --- a/breathecode/registry/views.py +++ b/breathecode/registry/views.py @@ -749,7 +749,7 @@ def get(self, request, asset_id=None): ) asset_context = AssetContext( asset=asset, - status="PENDING", + status="PROCESSING", status_text="The asset context is being generated in the background and will be ready in a moment.", ) asset_context.save()