newbie mod_python+quixote+dojo
2006-10-20
Sells, Fred2006-10-20
Thomas Guettler2006-10-20
Frederic PetersRe: newbie mod_python+quixote+dojo
2006-10-20
Michael Watkins2006-10-20
Sells, Fred2006-10-21
Sells, FredOODB vs SQL (was: newbie mod_python+quixote+dojo)
2006-10-21
Oleg BroytmannFwd: [Quixote-users] newbie mod_python+quixote+dojo
2006-10-22
Mike OrrRe: newbie mod_python+quixote+dojo
2006-10-22
Michael Watkins2006-10-23
David BingerRe: newbie mod_python+quixote+dojo
mario ruggier
On Oct 20, 2006, at 7:41 PM, Michael Watkins wrote: > - By default, user and therefore sessions are stored in a Durus object > database. Durus is something of a spitting image to ZODB, but > simpler and > far easier to understand. You can replace this with any User and > Session > management scheme you might like to implement - just like you can > Quixote - > but there are more Quixote examples of this in the wild now. For one site I have replaced the User model classes (including Permissions) with my own extended variation. It works fine, but, as the Publisher assumes a minimal API for these classes, for proper functioning of everything that subset of the API should be respected -- this sub API includes get/create a user/session, authenicate against a password, etc. Plus, I believe the last couple versions of QP have made such customization easier than it was earlier... mario