Create project skeleton.

This commit is contained in:
Patrick Jentsch
2019-07-03 10:31:23 +02:00
parent af4edbdb57
commit da8ab512a9
6 changed files with 22 additions and 0 deletions

5
config.py Normal file
View File

@ -0,0 +1,5 @@
import os
class Config:
SECRET_KEY = os.environ.get('SECRET_KEY') or 'hard to guess string'