Re: gettext is not defined - admin site

2007-11-06 Thread ygneo
the same django version but over Ubuntu 7.04 with python 2.5 instead of SuSE 9.X with python 2.3, where I found the problem. Any idea about this issue? (Sorry if my english is not so good) On 5 nov, 21:00, ygneo <[EMAIL PROTECTED]> wrote: > I use Django 0.96 in a SuSE with Python 2.3

gettext is not defined - admin site

2007-11-05 Thread ygneo
I use Django 0.96 in a SuSE with Python 2.3.3. I'm getting this JavaScript error: "gettext is not defined" when I try to edit an object with date field in the admin site. I have seen that occurs when calendar.js is trying to populate the month names in the correct language. I use language_code =

Re: changing settings.py

2007-09-28 Thread ygneo
Ok, doesn't mind. There's nothing to do, you have to restart apache if settings.py is changed. Is better apache2 stop && apache2 start than apache2 restart, that's my experience. Someon how knows how to tell mod_python to reload code or not to use cache? On Sep 28,

Re: changing settings.py

2007-09-28 Thread ygneo
I've do it, because i've read it in documentation, but it doesn't works. If I change MEDIA_URL or LANGUAGE_CODE (i.e.) it does nothing On Sep 28, 11:07 am, Dushyant Sharma <[EMAIL PROTECTED]> wrote: > you can try adding > MaxRequestsPerChild 1 > to your httpd.conf file and restart apache > th

changing settings.py

2007-09-28 Thread ygneo
I'm writting my first django app. I use ubuntu + apache + postgresql + django 0.96. The problem is that every time I change settings.py I need to restart apache to apply changes, and sometines even that doesn't changes nothing. Is that normal? 'Cause I don't think so. Any idea? Thank U for ur h