I have serious problem with Dajax installation. However dajaxice work correctly dajax does not respond.
INSTALLED_APPS = (
...
'dajaxice',
'dajax',
...)
TEMPLATE_CONTEXT_PROCESSORS = ("...
"django.core.context_processors.request",
...)
TEMPLATE_LOADERS = (
...
'django.template.loaders.eggs.Loader',
)
Head section contains those elements:
{% load dajaxice_templatetags %}
src="/static/js/jquery.js"
src="/static/js/functions.js"
src="/static/js/jquery.dajax.core.js"
{% dajaxice_js_import %}
Apart of it, I have ajax.py
in one of my apps with sample functions. Should I do sth more? Do you see any mistakes ?