On Wed, Jan 19, 2011 at 5:33 PM, Afke <[email protected]> wrote: > "You just need to > put your python scripts under cgi-bin folders and run them"
sounds like they allow one-shot python scripts but not long-running python apps (like Django) i think there's some hacky way to make it work; but performance would be terrible, since it would restart everything for each and every HTTP request. -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

