__init__.py 109 B

123
  1. from .gateway import settings, db_settings # noqa
  2. default_app_config = 'misago.conf.apps.MisagoConfConfig'