View raw

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