Hi!
I'm trying to make a multi language website in django and I have
encountered the following problem:
When typing
django-admin.py makemessages -l he
I get
-bash: django-admin.py: command not found
(I guess it means that django-admin.py is not my $PATH, when tryin to
add it's location to the $PATH I got "Permission denied")
So I typed
/home/user/webapps/django/bin/django-admin.py makemessages -l
he
I got
processing language he
And the following empty directory was created:
/home/user/webapps/django/project/app/locale/he/LC_MESSAGES
Where is the django.po file? Or why haven't it been created?
Thanks.
Tzur
--
You received this message because you are subscribed to the Google Groups
"PyWeb-IL" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyweb-il?hl=en.
_______________________________________________
Python-il mailing list
[email protected]
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il