On Tue, 2009-04-21 at 09:52 -0700, David De Sousa wrote: > Hi! in a new project, I have the necessity of creating new models on > the fly, and then interact with them (including writing to a new table > in the database), is there any way of doing this?
Yes. > I'm guessing that with a little introspection it can be made possible, > is this true? Yes. If you need more information than that, this probably isn't a task you want to take on, though. The interfaces you'll be using are in no way guaranteed to be stable, since they are internal. I was going to offer one more hint, but then I realised that typing "dynamically creating Django models" into Google was returning results. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---