Optional
Dajaxice internally generates urls to every method registered, this prefix will be include in that url. http://domain.com/dajaxice/...
Defaults to dajaxice
Optional
Force/Avoid send Exception messages to settings.ADMINS
Defaults to False
Optional
Cache max_age for dajaxice.core.js file.
Defaults to 5 x 24 x 60 x 60
Optional
include XmlHttpRequest.js inside dajaxice.core.js
Defaults to True
Optional
Default data sent when an exception occurs.
Defaults to "DAJAXICE_EXCEPTION"
DEPRECATED since 0.1.5
This option contains a list of all functions callable via ajax.
Since 0.1.5 dajaxice functions should be registered using.:
dajaxice_functions.register(function)
Defaults to ()