A simple boilerplate application following the MVC pattern using Flask micro python framework. It basically here to be my base skeleton for new python web applications
Demo : http://flask-mvc-salimane.herokuapp.com/
Dependencies :
git clone git://github.com/salimane/flask-mvc.git
cd flask-mvc
if you have old version of project: pip uninstall -r requirements.txt
pip install -r requirements.txt
To run:
python runserver.py