diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 17:26:47 +0000 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 17:26:47 +0000 |
| commit | 7b7f8cdef5f035ccdab714059c1a6c54b80c4ba3 (patch) | |
| tree | 2d7ea5de37f2bda57be419b4aa37971afa09eab5 /config.py | |
| parent | f68c54ae8f921c23851680b2501fac8bda1b4010 (diff) | |
| parent | 7b8bbe6db3680af65c3701afbcd31ac1f61773af (diff) | |
Merge branch 'develop' into 'main'2.0
Database and javascript timer implemented
See merge request KaranJayachandra/match_up!11
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 16 |
1 files changed, 0 insertions, 16 deletions
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 |
