hobbes3
hobbes3

Reputation: 30228

Do I need Dajaxice fully configured to use Dajax in Django?

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

Answers (1)

DrTyrsa
DrTyrsa

Reputation: 31951

Yes, you do. But why not to try before asking?

Upvotes: 1

Related Questions