[SQLObject] Example of SQLObject with web.py
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Rhubarb S. <rhu...@gm...> - 2013-05-23 21:50:38
|
In case anyone needs help getting SQLObject caching to play well with web.py (particularly with a multi-process implementation like a typical WSGI setup), I've posted some example code for my solution on GitHub: https://github.com/RhubarbSin/example-sqlobject-webpy |