Pylons: how to declarative with reflection model definition
- by Zaar Hai
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!