I did find a couple of patterns in Effective Python: 59 Specific Ways to Write
Better Python (Effective Software Development).
Registering classes and a field example.
Thanks
N.
--
https://mail.python.org/mailman/listinfo/python-list
Thanks Joel,
A quick look on Amazon shows it is probably relevant.
N.
--
https://mail.python.org/mailman/listinfo/python-list
There is information in Pro Django Models chapter that may be what you
want. Pro Django, Apress, Marty Alchin
On Mon, Mar 28, 2016 at 4:49 PM, Nick wrote:
> Django has the idea of specifying models using typed Fields.
> The same exists within SQLAlchemy
>
> Are there any tutorials on setting up