how to use cherrpy built in data storage

Posted by user291071 on Stack Overflow See other posts from Stack Overflow or by user291071
Published on 2010-03-14T23:26:38Z Indexed on 2010/03/14 23:35 UTC
Read the original article Hit count: 178

Filed under:
|

Ok I have been reading the cherrypy documents for sometime and have not found a simple example yet. Let say I have a simple hello world site, how do I store data? Lets say I want to store a = 1, and b =2 to a dictionary using cherrypy. The config files are confusing as hell. Anyone have very simple example of storing values from a simple site in cherrypy?

© Stack Overflow or respective owner

Related posts about cherrypy

Related posts about python