Closed chrisspen closed 8 years ago
Actually, it looks like this question was answered here and it seems Django 1.9 is not supported.
This answer shows how to fix this error in your code.
Duplicate of #79
@chrisspen I couldn't fix the issue, i would be grateful if you explain how you did it =)
@MikeSoft, What do you mean? All I did was copy and paste the snippet from that SO answer to fix the import. Django 1.9 removed backwards compatibility for some deprecated imports.
@chrisspen i tried use the import fix, but It doesn't work to use this library =(
It's working for me. I merged a bunch of fixes in my own fork, which is currently in a pull request, but will likely not be merged for some time. Try that.
When I went to initialize the sqlite database for the chat example with:
I received the error:
Is this a bug or did I misconfigure something?
The pip installation defaulted to Django 1.9. Does Django-socketio support this version?