I'm interested in writing a personal database Django app that allows
users to create additional models through the admin site, running
automatic syncdb and then having a layer which allows them to create
admin forms for those models. Either that or the app would just
automatically generate really beefy admin.py's for all new models and
the user would just select how the inlines show up.

Maybe there should be a model-model then? With attributes like name,
[[fields,field-types],etc.], admin template, etc.

Has anyone had a chance to design a Django app that is self-reflective
in this way?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to