jelmerdejong / flask-app-blueprint

Flask App Blueprint / Boilerplate including user registration/login, admin only section, CRUD on database, and more. Based on Python, Flask, PostgreSQL, et al. deployed on Heroku. The #1 starter project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make installation easier by not depending on ENV variables out of the box, but use them as enhancement when needed

jelmerdejong opened this issue · comments

SECRET_KEY = os.environ.get('SECRET_KEY') or 'default-for-local-setup'