incorporeal-cms/incorporealcms/config.py

12 lines
223 B
Python
Raw Normal View History

"""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