summaryrefslogtreecommitdiff
path: root/examples/beaker_caching/helloworld.py
Commit message (Collapse)AuthorAgeFilesLines
* - converted beaker demo to dogpile.cache, [ticket:2589]Mike Bayer2012-10-211-62/+0
|
* -whitespace bonanza, contdMike Bayer2012-07-281-5/+5
|
* - The beaker_caching example has been reorgnizedMike Bayer2010-07-211-2/+2
| | | | | | | | such that the Session, cache manager, declarative_base are part of environment, and custom cache code is portable and now within "caching_query.py". This allows the example to be easier to "drop in" to existing projects.
* - mega example cleanupMike Bayer2010-01-191-1/+1
| | | | | | - added READMEs to all examples in each __init__.py and added to sphinx documentation - added versioning example - removed vertical/vertical.py, the dictlikes are more straightforward
* add more examples, start basicMike Bayer2010-01-131-0/+62