Pylons: how to declarative with reflection model definition
Posted
by Zaar Hai
on Stack Overflow
See other posts from Stack Overflow
or by Zaar Hai
Published on 2010-06-17T09:51:26Z
Indexed on
2010/06/17
9:53 UTC
Read the original article
Hit count: 236
pylons
Good day!
I'm learning Pylons web framework to create web UI for my database. Currently I'm exploring ways to declare my model. The most sexy way seems to be declarative with reflection. Can I use it with Pylons? (Because model/init.py states that I need to define reflection related staff inside init_model)
Thanks!
© Stack Overflow or respective owner