__init__.py 110 B

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