On my project i have an app : my_app with Managment command : my_command.py
On SSH i try :
my/folder/project/and/app/python2.4 manage.py
my_command all is ok
but if i try : python2.4 /my/folder/project/and/app/manage.py my_command
, manage.py doesn't know my command...
i try to run my command on a crontab..
Thx laurent