Generally, creating a table dynamically is the wrong thing to do.  How 
will these tables differ from each other?  For example, what user 
information is used to create the table?  If each of the tables has the 
same structure, then you should create one table with an extra column to 
distinguish the different "tables". 

And what code will read and write the records in the table?  Don't you 
need Django model classes to go with the new table?

--Ned.

nick feng wrote:
> Hi,
>
> I had to create a table in the database according to the users' input 
> imformation.
> Django seems has no topic about this, anyone has any idea on it?Thank you
>
> Best wishes,
> Nick
>
> >

-- 
Ned Batchelder, http://nedbatchelder.com


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to