2009/8/12 vishnu.kumar <[email protected]>: > > Hi, > > Is it possible to use webalchemy in a mod_wsgi to accelerate django > apps? > If it is a yes, then where can i find docs for achieving the same?
Did you try a Google search? One of the top posts explains how to do it for mod_python. As the method isn't really anything to do with the hosting mechanism, but Django and static file serving with Apache, it is just as applicable. See: http://www.mysoftparade.com/blog/webalchemy-django-apache/ Also read up on Django flat pages app as it is sort of related. See: http://docs.djangoproject.com/en/dev/ref/contrib/flatpages/ Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
