> Shouldn't you run it from the mysite/ directory? Even further, now
that I think
> about it, you should can simplify things by simply manually
> creating the mysite/locale directory  and then doing
>
> mysite $ python manage.py makemesages -l se
>
> (just tested it and it works)

It works for me, but it doesn't use the templates. It just creates for
all the views, none of my templates have been seen.

> (manage.py is functionally equivalent to django-admin.py but
> it knows it should use the settings.py file located in the
> same directory).

Shouldn't it pick up the fact that I have configured:

LOCALE_PATHS = (
    '/Volumes/Development/code/mysitetemplates',
)

> > And the django.po file has longer paths to everything.
>
> The paths in the PO file comments have no effect.
>

Ok I didn't know that.

Do I have to upgrade manage.py?
--~--~---------~--~----~------------~-------~--~----~
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