Simple python mvc framework
Posted
by Overdose
on Stack Overflow
See other posts from Stack Overflow
or by Overdose
Published on 2010-05-17T19:20:09Z
Indexed on
2010/05/17
20:10 UTC
Read the original article
Hit count: 190
Is there any lightweight mvc webframework which is not necessary to install to the server? I need something simple, that i could just copy to the shared hosting. And it must handle urls other that localhost/test.py, something like this localhost/Blog/test
© Stack Overflow or respective owner