Hi all,

I've written a custom command to use with manage.py, and from the root
of the project directory, it works great.

But the problem is, this command is almost never going to be called
from within the project directory.

(hoping the spacing doesn't get too mangled when I send this)
/home/
  user/ <- ""/home/user/proj/manage.py custom" command doesn't exist.
     proj/  <- "/home/user/proj/manage.py custom" works
       manage.py
       app/
         management/
           commands/
             custom.py

Is there something I'm missing?


~Justin

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to