[Fixed]-Dajaxice: something went wrong

1👍

I suspect what went wrong is that you’re using the latest version of Django.

Djaxice is a dead project and stopped working after Django 1.6 was released, although the exact version when it broke doesn’t appear to be documented. (This inference in this Github issue was the closest I could find to documenting exactly which version broke.)

I once tried upgrading Django in an existing project and found that it broke Djaxice. (This was a while back, so I don’t remember what exactly the error was.)

Quoting from the official Github repo: “Should I use django-dajaxice? In a word, No.”

Several people have tried to port Djaxice to newer versions of Django, but I’ve never seen a successful fork. (Maybe a new one was created since I last looked.) I’ve looked into porting it myself, but found it to be non-trivial.

👤Travis

Leave a comment