dfunckt / django-rules

Awesome Django authorization, without the database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: predicate evaluation into a dict

perezzini opened this issue · comments

Hello,

How can we "log" a predicate evaluation into a dictionary instead of using logging? For example, something like features.test_rule("eval_book_chain", book).eval_result().

Thanks in advance!

Regards.

(I plan to use rules lib as a stand-alone RBS framework)