basic create_app() and configuration scaffolding
This commit is contained in:
11
incorporealcms/config.py
Normal file
11
incorporealcms/config.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Default configuration."""
|
||||
|
||||
|
||||
class Config(object):
|
||||
"""Represent the default configuration.
|
||||
|
||||
Reminder: this should be overwritten in the instance config.py, not here!
|
||||
"""
|
||||
|
||||
DEBUG = False
|
||||
TESTING = False
|
||||
Reference in New Issue
Block a user