fixtures.py 234 B

12345678910
  1. from misago.monitor.fixtures import load_monitor_fixture
  2. monitor_fixtures = {
  3. 'threads': 0,
  4. 'posts': 0,
  5. }
  6. def load_fixture():
  7. load_monitor_fixture(monitor_fixtures)