On Wednesday 09 September 2009 10:55:54 Mike Ramirez wrote:

> # export DJANGO_SETTINGS_MODULE=myproject.settings
> # django_admin.py makemessages
>
> For windows I believe it's:
>
> C:\> set DJANGO_SETTINGS_MODULE=myproject.settings
> C:\> django_admin.py makemessages
>

I forgot to add that myproject should live within your PYTHONPATH setting or 
run the command in the parent directory of myproject

Info on DJANGO_SETTINGS_MODULE with django-admin.py

http://docs.djangoproject.com/en/dev/topics/settings/#the-django-admin-py-
utility

for more info on PYTHONPATH

http://docs.python.org/tutorial/modules.html#the-module-search-path

Mike
-- 
You cannot see the wood for the trees.
                -- John Heywood

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to