Hello,
I'm trying to get dajax up and running. I downloaded dajax and dajaxice from github using pip. I don't get any import error (placed the imports in my view.py for testing). Also I am able to import the libraries on the command. But can't call the my ajax.py functions. From my template I try to call a test function like this
<a href="#" onclick="Dajaxice.VsoilMap.hello(Dajax.process)">link</a>
The error I get:
TypeError: 'undefined' is not an object (evaluating 'Dajaxice.VsoilMap.hello')
The setup is exactly the same on my local machine where everything works fine. I'm kind of lost.