From f6f8cb4f1bf643a8d29f917d5c977cb2343f2672 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 16 Oct 2024 11:46:39 +0200 Subject: Clean folder and configuration --- config.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'config.py') diff --git a/config.py b/config.py index bff125a..7d01933 100644 --- a/config.py +++ b/config.py @@ -5,12 +5,8 @@ class Config: ASSETS_DEBUG = False -class YouthConfig(Config): - DATABASE = "test_data_large.csv" - - -class SeniorConfig(Config): - DATABASE = "test_data_large.csv" +class ProductionConfig(Config): + pass class DevelopmentConfig(Config): @@ -18,4 +14,3 @@ class DevelopmentConfig(Config): DEVELOPMENT = True TEMPLATES_AUTO_RELOAD = True ASSETS_DEBUG = True - DATABASE = "test_data_large.csv" -- cgit v1.3.1