Re: Problem with Custom Manage.py command and Crontab

2013-02-06 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Thanks, Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails fro

Problem with Custom Manage.py command and Crontab

2013-02-06 Thread Jesús Lucas Flores
Hey guys, I need a little bit help with a custom manage.py command called *test* I am using it in a virtualenv on a shell script *script.sh*, if i execute *python manage.py script.sh * All is OK, but if the script is on the crontab give a *Unknown command: 'test'* . Here is the code: htt