What version of Django are you using?, which web server? what deployment
method? Does the web server show a 404 error in its logs when the /jsi18n/
URL is accessed from the browser? What happens if you manually open with
your browser the http://<server>/jsi18n/ URL?.
Regards,
--
Ramiro Morales
That's strange, are you succesfully using another component of Django
i18n infrastructure in the same application?. De you have USE_I18N set to
True in the settings file you are using?
--
Ramiro Morales