diff --git a/src/config.lock.py b/src/config.lock.py index fabbd1c..42bf4dd 100644 --- a/src/config.lock.py +++ b/src/config.lock.py @@ -35,13 +35,11 @@ class DevelopmentConfig(Config): @staticmethod def init_app(app): with app.app_context(): - db.drop_all() db.create_all() class ProductionConfig(Config): BOOTSTRAP_USE_MINIFIED = True - pass class TestingConfig(Config):