Auto commit: 2025-10-30T20:56:35.653Z

This commit is contained in:
Flatlogic Bot 2025-10-30 20:56:35 +00:00
parent ae8db768c7
commit 5274a08e89
15 changed files with 3 additions and 7 deletions

View File

@ -137,12 +137,8 @@
<body>
<main>
<div class="card">
<h1>Analyzing your requirements and generating your website…</h1>
<div class="loader" role="status" aria-live="polite" aria-label="Applying initial changes">
<span class="sr-only">Loading…</span>
</div>
<p>Appwizzy AI is collecting your requirements and applying the first changes.</p>
<p>This page will refresh automatically as the plan is implemented.</p>
<h1>{{ project_name }}</h1>
<p>Where Ancient Metallurgy Meets Modern Commerce</p>
<p>
Runtime: Django <code>{{ django_version }}</code> · Python <code>{{ python_version }}</code>
UTC <code>{{ current_time|date:"Y-m-d H:i:s" }}</code>

View File

@ -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(),