Initial commit

This commit is contained in:
marc
2025-03-09 20:00:54 +01:00
commit efd26ce19d
118 changed files with 78086 additions and 0 deletions

6
folkugat_web/log.py Normal file
View File

@@ -0,0 +1,6 @@
import logging
logging.basicConfig(level=logging.NOTSET)
logger = logging.getLogger('folkugat-web')
logger.setLevel(logging.INFO)