Hi Alex,

> The template directory is specified in the settings.py, for example:
> TEMPLATE_DIRS = (
>     os.path.join(os.path.dirname(__file__), 'templates'),
> )

I could not find any instructions on how to use settings.py with the
plain GAE. However, I came accross one of your older posts here:

http://groups.google.com/group/google-appengine/browse_thread/thread/d849fd1a7bf18150/4bba646d86a0d80d?show_docid=4bba646d86a0d80d

In fact, that is exactly what I need! The idea of declaring a
BaseHandler is just brilliant for dealing with Error 500, while the
catch-all approach deals well with 404.

Thanks again.
Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to