Hi there, I've had a look through the questions already and tried the answers, but to no avail. I'm trying to run a custom django management command via cron, which already works via the command line. Here's my cronjob, which doesn't seem to work:
My actual settings file is location in /home/paulw/webapps/paulv2/<project>/paulw/settings.py as opposed to the level above, I think due to using Django 1.4. Any help appreciated. asked 17 Apr '12, 05:27 paulw |
Hi, You may want to try changing this line:
to:
If this doesn't work, please open a ticket, so we can take a look at your settings and try to fix them for you. answered 17 Apr '12, 05:50 todork |