Hey Michael, I hope you've made a safe flight back home.
(...)
> class DjangoModel(meta.Model):
> bla = IntegerField(db_column="foo")
The equivalent in Storm is:
class MyClass(object):
bla = Int("foo")
--
Gustavo Niemeyer
http://niemeyer.net
--
storm mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/storm
