fix login form from tutorial (also maybe fixed image)

This commit is contained in:
2019-08-19 22:21:14 -05:00
parent b19a44a6e9
commit f9bb7329a3
3 changed files with 1 additions and 1 deletions

4
config.py Normal file
View File

@@ -0,0 +1,4 @@
import os
class Config(object):
SECRET_KEY = os.environ.get('SECRET_KEY') or os.urandom(16)