An open API service indexing awesome lists of open source software.

https://github.com/xarg/wmm

WebOb + MongoEngine + Mako framework
https://github.com/xarg/wmm

Last synced: over 1 year ago
JSON representation

WebOb + MongoEngine + Mako framework

Awesome Lists containing this project

README

          

WMM = WebOb + MongoEngine + Mako
===================================

- WebOb: http://pythonpaste.org/webob/
- MongoEngine: http://mongoengine.org/
- Mako: http://www.makotemplates.org/

This is a glue between the 3 of them with some customizations
and utils from myself.

Followed the tutorial from Another Do-It-Yourself Framework: http://pythonpaste.org/webob/do-it-yourself.html

Install:
--------

virtualenv . && source bin/activate && pip install -r requirements.txt

Run:
-----

python wmm/run.py
goto: http://localhost:8080