Reputation: 30228
This may be a silly question, but do I need Dajaxice fully configured to run Dajax?
I want to use Dajax because I would need some heavy jQuery DOM manipulation. The Dajax installation documentation says that Dajaxice needs to be installed to run Dajax.
But do I need to specify {% load dajaxice_templatetags %}
and {% dajaxice_js_import %}
(inside <head>
) if I am only using Dajax?
Upvotes: 0
Views: 192