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