Folks, I'm trying to define a mongo table in db.py that looks something like this:
{ field1 : "super", field2 : "super", things = { this : "stuff", that = "stuff" }, field3 : "Give me a call" } defining fields1-3 is easy, but what's the syntax to build 'things' which itself is a dictionary (see above)? Your help is much appreciated.