Hi,

On 7/6/10 6:09 PM, kevin wrote:
is it possible to do sub-applications either url or domain based?
like this
http://webpy.org/cookbook/subapp
If they are truly independent you can use a WSGI dispatcher middleware (werkzeug.DispatchingMiddleware afair), otherwise you can use the Flask module support which is a good way to handle large applications:

  http://flask.pocoo.org/docs/patterns/packages/

Btw: I recommend the canonical Flask mailinglist for user support regarding Flask.

  http://flask.pocoo.org/mailinglist/


Regards,
Armin

--
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" 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/pocoo-libs?hl=en.

Reply via email to