I do not understand how this would work.
The only place where /apps/ is mentioned is apache's config file.

WSGIScriptAlias /apps /export/home/web/docs/django/my_site/apache/
django.wsgi

There is nothing in my Django settings about /apps/.
Is there a setting that I can put in my Django settings? ... If so
what is it?

Putting URLs together works fine when browsing my site because it is
going through apache.
The problem is when I'm not running through apache (like via cron,
or ./manage_py shell).

So, I do not understand how setting PYTHONPATH via crontab would let
cron know that it is at /apps when currently Apache is the only thing
that know.

~Eric


On Jan 17, 11:54 pm, Ted Nyman <tnm...@gmail.com> wrote:
> More generally, in a crontab, you'll need to set both the PYTHONPATH  
> and give the location of the relevant Django settings.
>
> -Ted
>
> On Jan 17, 2010, at 8:22 PM, "eric.frederich"  
>
> <eric.freder...@gmail.com> wrote:
>
> >> Is there some setting somewhere to set the prefix?
> >> Can it be set via an environment variable?
> >> How to I get the reverse function in urlresolvers to add /apps to my
> >> url like it does when run through wsgi?
>
> >> Thanks,
> >> ~Eric
> > --
> > You received this message because you are subscribed to the Google  
> > Groups "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en
> > .
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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