From bab32e271feed1e936acfec3877e96af8d9b4f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Sun, 16 Apr 2017 21:13:42 +0300 Subject: [PATCH] Fixing config.py --- src/config.lock.py | 2 -- 1 file changed, 2 deletions(-) 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):