On 3/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > It appears my thick-headedness is acting up again. How would I go > about adding that from the command line? How DOES one run > daily_cleanup.py?
I'd do something like this: DJANGO_SETTINGS_MODULE=your.settings python /path/to/django/bin/daily_cleanup.py your.settings needs to be a module that Django can import to get your settings. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

