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
- Host: GitHub
- URL: https://github.com/xarg/wmm
- Owner: xarg
- Created: 2010-12-14T09:11:49.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-14T09:12:08.000Z (over 15 years ago)
- Last Synced: 2025-04-06T14:14:18.321Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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