Auto commit: 2025-10-30T20:56:35.653Z
This commit is contained in:
parent
ae8db768c7
commit
5274a08e89
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -137,12 +137,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h1>Analyzing your requirements and generating your website…</h1>
|
<h1>{{ project_name }}</h1>
|
||||||
<div class="loader" role="status" aria-live="polite" aria-label="Applying initial changes">
|
<p>Where Ancient Metallurgy Meets Modern Commerce</p>
|
||||||
<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>
|
|
||||||
<p>
|
<p>
|
||||||
Runtime: Django <code>{{ django_version }}</code> · Python <code>{{ python_version }}</code> —
|
Runtime: Django <code>{{ django_version }}</code> · Python <code>{{ python_version }}</code> —
|
||||||
UTC <code>{{ current_time|date:"Y-m-d H:i:s" }}</code>
|
UTC <code>{{ current_time|date:"Y-m-d H:i:s" }}</code>
|
||||||
|
|||||||
@ -18,7 +18,7 @@ def home(request):
|
|||||||
now = timezone.now()
|
now = timezone.now()
|
||||||
|
|
||||||
context = {
|
context = {
|
||||||
"project_name": "New Style",
|
"project_name": "BrassRoute",
|
||||||
"agent_brand": agent_brand,
|
"agent_brand": agent_brand,
|
||||||
"django_version": django_version(),
|
"django_version": django_version(),
|
||||||
"python_version": platform.python_version(),
|
"python_version": platform.python_version(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user