Robert Węglarek

Results 3 comments of Robert Węglarek

Hi, any progress with that?

I found it fails on this (in ipdb): ``` ipdb> from precise_bbcode.bbcode import get_parser ipdb> parser = get_parser() *** RuntimeError: 'path' must be None or a list, not ```

I'm able to reproduce that error. The reason why it fails is that 1 of my apps didn't have `__init__.py` file but was included in `INSTALLED_APPS`. What is the desired...