adamhaney / django-dynamic-business-rules

A Django centric event driven rules engine for extensible and configurable responses to changes to Django models and triggers.
MIT License
13 stars 7 forks source link

AppConfig.ready queryset invocation error #4

Open jayvdb opened 4 years ago

jayvdb commented 4 years ago
  File "dynamic_business_rules/apps.py", line 10, in ready
    for ruleset in BusinessRuleSet.objects.all:
TypeError: 'method' object is not iterable