initial commit

This commit is contained in:
2021-05-14 20:29:29 +02:00
commit 30bb08712a
16 changed files with 34646 additions and 0 deletions

4
config.py Normal file
View File

@ -0,0 +1,4 @@
# pylint: disable=line-too-long
SQLALCHEMY_DATABASE_URI = 'mysql://demweb:demweb@127.0.0.1:3306/demweb?charset=utf8mb4'
SQLALCHEMY_TRACK_MODIFICATIONS = False