Dear All,

My admin site seems to be misbehaving.  The datepicker and calendar widgets
on the admin site don't show up.  With the help of firebug, etc, I saw that
the problem was that 'gettext' is not defined.  Looking in the page source,
I see this:

<script type="text/javascript" src="/jsi18n/"></script>
> <!--<script type="text/javascript" src="../../../jsi18n/"></script>-->
> <script type="text/javascript" src="
> http://media.kulleen.org/admin/js/core.js";></script>
> <script type="text/javascript" src="
> http://media.kulleen.org/admin/js/admin/RelatedObjectLookups.js";></script>
> <script type="text/javascript" src="
> http://media.kulleen.org/admin/js/urlify.js";></script>
>
> <script type="text/javascript" src="
> http://media.kulleen.org/admin/js/calendar.js";></script>
> <script type="text/javascript" src="
> http://media.kulleen.org/admin/js/admin/DateTimeShortcuts.js";></script>


This is from: https://kulleen.org/admin/blog/entry/add/

As you can see, the commented out script line should actually calculate out
to https://kulleen.org/admin/jsi18n/

And sure enough, going to that address shows some javascript (with gettext
defined in it), but going to plain old https://kulleen.org/jsi18n/  does
not.

So the question is this: how is that stuff in the comments getting
miscalculated, and how can I correct that calculation?  I've got django with
apache2 and mod_wsgi.

Thanks!

Seemant

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
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