NVM. I figured it out

the folder that contained the manage.py file from which i called the
"makemessages" command
was located on a folder below my templates. And I called it from
within that directory.

But since "makemessages" only runs over files in the directory in
which it was called and all subdirectorys beneath it,
it only ran over my settings and my  _init_.py file which contained my
views. It missed my template folder which was located in the directory
above.

I tried calling it from the folder above which is my real project
folder and it worked fine.

Thanks for your help
--~--~---------~--~----~------------~-------~--~----~
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