diff options
Diffstat (limited to 'src/match_up/config.py')
| -rw-r--r-- | src/match_up/config.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/match_up/config.py b/src/match_up/config.py deleted file mode 100644 index 7d01933..0000000 --- a/src/match_up/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 |
