base django-vite

This commit is contained in:
2025-10-29 01:04:13 +01:00
parent 498a1063f7
commit 91a9ebec20
19 changed files with 1125 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!doctype html>
{% load django_vite %}
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>opus_submitter</title>
{% vite_hmr_client %}
{% vite_asset 'src/main.ts' %}
</head>
<body>
<div id="app"></div>
</body>
</html>