__init__.py 273 B

12345678
  1. from .gateway import settings, db_settings # noqa
  2. default_app_config = 'misago.conf.apps.MisagoConfConfig'
  3. SETTINGS_CACHE = "settings"
  4. # Feature flag for easy changing between old and new settings mechanism
  5. ENABLE_GLOBAL_STATE = True # FIXME: delete after API changes