>
> On Jul 21, 4:53 pm, Jonas Geiregat <jo...@geiregat.org> wrote:
> >
> > This is a good read on the subject , it presents an elegant solution.
> >
> > http://superjared.com/entry/django-and-crontab-best-friends/
>
>
> With the problem that it will use the first module named "settings" in
> sys.path, which may *or not* be what you want - here again, current
> working directory issues, as well as not being able to use an
> alternate settings (as you could with django-admin.py).
>

FWIW, one could always use sys.path.insert(0, path)


AT

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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