default .db its just a admin account with password password123

This commit is contained in:
Jordan
2026-07-27 13:03:04 +12:00
parent e202e9b68e
commit b332df87d7
4 changed files with 13 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
{% extends 'base.html' %}
{% block content %}
<h1>Where all the things required for making a page</h1>
{% endblock %}