# -*- mode: python; -*- # DEBUG = True SECRET_KEY = "Scooby_Lu,_where_are_you?" SQLALCHEMY_DATABASE_URI = "sqlite:///" + "test.db" SQLALCHEMY_TRACK_MODIFICATIONS = True