Analyzing your requirements and generating your website…
-Appwizzy AI is collecting your requirements and applying the first changes.
-This page will refresh automatically as the plan is implemented.
+{{ project_name }}
+Where Ancient Metallurgy Meets Modern Commerce
Runtime: Django {{ django_version }} · Python {{ python_version }} —
UTC {{ current_time|date:"Y-m-d H:i:s" }}
diff --git a/core/views.py b/core/views.py
index c1a6d45..86e4891 100644
--- a/core/views.py
+++ b/core/views.py
@@ -18,7 +18,7 @@ def home(request):
now = timezone.now()
context = {
- "project_name": "New Style",
+ "project_name": "BrassRoute",
"agent_brand": agent_brand,
"django_version": django_version(),
"python_version": platform.python_version(),