I am trying to figure out how I can use the type () module to dynamically create a Django model based on existing database tables without having to write it manually or using the manage.py generator to validate the database. The reason is that schemes often change me - adding new tables, adding / removing columns, etc. Anyone have a good solution? Something similar to this would be surprising: http://www.b-list.org/weblog/2008/nov/09/dynamic-forms/
source
share