teddziuba/django-sslserver

ImportError: cannot import name patterns

Opened this issue · 0 comments

Does this look familiar to anyone? I just tried using this tool with onelogin's demo-django app for their python-saml developer toolkit, and I get this error. Usually when I see this it means there is a circular import, but I moved the offending import into a function to be dynamic and the problem was still there.

Is there perhaps a django version mismatch? Any ideas?