Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The example shows that django models uses metaclasses heavily. So I'm assuming if you needed to extend django models, you'd have to do it via metaclasses.


Too easy: Django meta-programming is one of the things that has bitten IRL. A junior dev was pulling hair out one day trying to subclass a Django HTML form object. Couldn't do it because of Django cowboy metaclass. Had to wrap it in a "factory" and modify it before returning it.

Django using metaclasses is exactly the problem I'm warning of...

You don't need metaclasses for data models nor for HTML forms. Nothing Django does requires metaclasses, and it's actively beginner-unfriendly to use them.


What is an example of a good orm alternative? Don’t remember sqlalchemy being substantially different on the model definition front.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: