Initial commit

This commit is contained in:
2024-03-17 11:26:32 +01:00
commit fcaf474c4c
19 changed files with 589 additions and 0 deletions

16
notfellchen.cfg Normal file
View File

@@ -0,0 +1,16 @@
# DEBUG CONFIGURATION
# DO NOT USE IN PRODUCTION
[ilmo]
instance_name=Notfellchen DEBUG
host=localhost
[django]
secret=CHANGE-ME
debug=True
[database]
backend=sqlite
name=notfellchen