Hi Kuber,
Are you talking about 'includes' in app.yaml?
http://code.google.com/appengine/docs/python/config/appconfig.html#Includes
I think the docs there explain it pretty well. The basic idea is
that you could write a package, or split your app into packages, and
include an 'include.yaml' file to configure the handler mappings, for
instance.
Robert
On Thu, Dec 2, 2010 at 21:45, Kuber <[email protected]> wrote:
> I noticed in app config documentation that new directive 'includes' is
> added. It's described to include any library or module into runtime.
> While you can always import python library in code, what's this new
> directive for? My guess is it's like 'app' in django and lets you to
> include packages by including scripts, static files and templates in
> your include yaml file.
> Any examples to demo how to use it?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> 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.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
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.