Many thanks Steve. I thought I had designed my apps bulletproof for local
setups but I clearly failed.
Thanks a lot again.

Cheers,
Alan

On Sat, Jan 10, 2009 at 21:47, Steve Potter <steven.pot...@gmail.com> wrote:

>
>
>
> On Jan 10, 3:44 pm, Alan <alanwil...@gmail.com> wrote:
> > Hello List,
> > So, using django server por development and my apps were working fine.
> Now
> > that I got apache2 + mod_wsgi working (on Mac Leopard), when trying to
> > access a page, I always get a error saying "TemplateDoesNotExist" and I
> can
> > see why, it's looking for templates in $HOME folder (eg.
> > "/Users/alan/templates/index.html" but it is in "
> > /Users/alan/workspace/webapps/templates") and obviously they are not
> there.
> >
> > Any idea of what is going wrong here? Any help would be very appreciated.
> >
> > Many thanks in advance.
> >
> > Alans.
>
> You need to edit your settings.py file and change your TEMPLATE_DIRS
> to point to the new location.
>
> Steve
>
> >
>


-- 
Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate
Department of Biochemistry, University of Cambridge.
80 Tennis Court Road, Cambridge CB2 1GA, UK.
>>http://www.bio.cam.ac.uk/~awd28<<

--~--~---------~--~----~------------~-------~--~----~
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