Hi There, i need really your help!!!! 

i have been having this problem since 3 days.. it is really annoying me, i 
dont know why it is happening. The Problem is: 

i am trying to use dajax in my page and i followed all steps several times 
as given hier: http://dajaxproject.com/

but once i click on onclick="Dajaxice.home.randomize(Dajax.process), 
nothing is happening and i saw in console of firefox, there it says, 
"Dajaxice is not defined". but i included the {% dajaxice_js_import %} in 
the head, and even i linked the dajaxice.core.js file statically from my 
STATIC_URL. but it still says the same error. how can i go around this 
problem? is there any way of getting this work? 

when i link this {% dajaxice_js_import %} in the head, it says the error in 
console: *"NetworkError: 500 INTERNAL SERVER ERROR-
http://127.0.0.1:8000/dajaxice/dajaxice.core.js"*  
when i delete this  {% dajaxice_js_import %} and serve statically from 
dajaxice.core.js file from STATIC_URL, it shows nothing in console, but 
once i click on onlick event, it says: *Dajaxice is not defined*
*
*
{% dajaxice_js_import %} this will look for dajaxice.core.js in dajaxice 
folder in site-packages, right? the file is there, why it cannot find the 
Dajaxice object? 

thanks for help in advance, 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/UGUTBZj9O_4J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to