A simple boilerplate application structured following the MVC pattern using Bottle micro python framework. It basically here to be my base skeleton for new python web applications
Demo : http://bottle-mvc-salimane.herokuapp.com
Dependencies :
git clone git://github.com/salimane/bottle-mvc.git
cd bottle-mvc
pip install -r requirements.txt
To run:
python runserver.py