Re: manage.py makemessages doesn't create .po files

2011-01-06 Thread skazhy
6 January, 2011 16:45:59 > Subject: Re: manage.py makemessages doesn't create .po files > > I tried running it with the djang-admin.py, same errors as with > manage.py. > > Karlis > > On 6 Janv., 18:30, Shawn Milochik wrote: > > > It appears that 'makem

Re: manage.py makemessages doesn't create .po files

2011-01-06 Thread maclin kallat
Try using the -e option for adding the extensions. django-admin.py makemessages -l=lv -e=html,htm From: skazhy To: Django users Sent: Thu, 6 January, 2011 16:45:59 Subject: Re: manage.py makemessages doesn't create .po files I tried running it with the

Re: manage.py makemessages doesn't create .po files

2011-01-06 Thread skazhy
I tried running it with the djang-admin.py, same errors as with manage.py. Karlis On 6 Janv., 18:30, Shawn Milochik wrote: > It appears that 'makemessages' is meant to be run with django-admin.py, > not manage.py. > > http://docs.djangoproject.com/en/dev/topics/i18n/localization/ > > Shawn --

Re: manage.py makemessages doesn't create .po files

2011-01-06 Thread Shawn Milochik
It appears that 'makemessages' is meant to be run with django-admin.py, not manage.py. http://docs.djangoproject.com/en/dev/topics/i18n/localization/ Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

manage.py makemessages doesn't create .po files

2011-01-06 Thread skazhy
Hi! I tried running "manage.py makemessages -l lv" in the project root dir. At first I got the following error: Error: This script should be run from the Django SVN tree or your project or app tree. If you did indeed run it from the SVN checkout or your project or application, maybe you are just