+ add Web App (WIP)

This commit is contained in:
oleting
2021-01-13 22:30:45 +01:00
parent a47f2c06ac
commit cd128cbe5c
9 changed files with 210 additions and 7 deletions

3
Web/config.py Normal file
View File

@@ -0,0 +1,3 @@
class Config():
SECRET_KEY = '4542bae72a9fefada779b8c3fc68a826'
UPLOAD_FOLDER = '/path/to/the/uploads'