Hi,

I'm quite new with django, and i still don't know if it's the right
framework for my project.

I'm trying to have in my web site a lot (like hundreds) of table with
different fields(depends of the table), that could be created
dynamically.

I don't want to create a model for each table, but a kind of meta
model.

To be clear, i'd like to have a page to create a new model, where you
select field name and field type, and a submit button.

Then it store the model and the data in a database, and this table can
be displayed ...

Is there a way to do that ? Is dynamic model the way ?

Thx in advance

Julien

--~--~---------~--~----~------------~-------~--~----~
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