View raw

1 # -*- mode: python; -*- 2 3 4 # DEBUG = True 5 SECRET_KEY = "Scooby_Lu,_where_are_you?" 6 SQLALCHEMY_DATABASE_URI = "sqlite:///" + "mdl.db" 7 SQLALCHEMY_TRACK_MODIFICATIONS = True 8