Made a 'create page' form that just redirects you to the edit page

This commit is contained in:
2025-10-13 18:47:43 +01:00
parent 25e0ec2c60
commit 5d51b7ecfa
4 changed files with 27 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
host='0.0.0.0'
port=8080
domain='example.com'
debug=True
database={'host': 'localhost', 'username': 'root', 'database': 'deadwiki', 'password': '123'}
allow_signup=False