Kenneth, you should use proper tools for development in order not to
face such problems:
a) you need a text editor with the full-text search capability to
search for specific text in all files of a directory (You can try
jEdit for that).
b) you need developers' tools for your web browser like FireBug for
Firefox (or at least use "view source").

Good luck!
Aidas Bendoraitis [aka Archatas]


On 2/24/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
> On Sat, 2007-02-24 at 13:13 +0530, Kenneth Gonsalves wrote:
> >
> > On 24-Feb-07, at 12:22 PM, oggie rob wrote:
> >
> > > You need to include django/contrib/admin/media/js/calendar.js & admin/
> > > DateTimeShortcut.js, and put 'class="vDateField"' or "vTimeField" for
> > > each widget. The html is dynamically generated by javascript when you
> > > load the page (based on class name), which is why you can't find the
> > > js code from the HTML source directly.
> >
> > i did that - now am getting a javascript error - 'gettext not found'.
> > Apparently this is in a file called 'jsi18n' which i cant find.
>
> Read the i18n.txt documentation -- particularly the section about the
> javascript_catalog view. I think that will help with some of your
> difficulties.
>
> Regards,
> Malcolm
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to