reportsmonitor.py 199 B

123456789
  1. from misago.utils.fixtures import load_monitor_fixture
  2. monitor_fixture = {
  3. 'reported_posts': 0,
  4. }
  5. def load():
  6. load_monitor_fixture(monitor_fixture)