From 60a489cfb3fb7a12a06212c2c7ed3c05cd0757b5 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 25 Oct 2024 18:03:18 +0200 Subject: Moved the files into a folder structure --- config.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 config.py (limited to 'config.py') diff --git a/config.py b/config.py deleted file mode 100644 index 7d01933..0000000 --- a/config.py +++ /dev/null @@ -1,16 +0,0 @@ -class Config: - DEBUG = False - DEVELOPMENT = False - CSRF_ENABLED = True - ASSETS_DEBUG = False - - -class ProductionConfig(Config): - pass - - -class DevelopmentConfig(Config): - DEBUG = True - DEVELOPMENT = True - TEMPLATES_AUTO_RELOAD = True - ASSETS_DEBUG = True -- cgit v1.3.1