Hi all, This is my situation, I want to make a web based game-hall. I have a model named Game. When I add a new game from the admin panel, a new record will be added to the database table assigned to model Game. This is what django does. And at the same time, I also want a new database table to be created, named as the name of the new game, or with some prefix. It's best to have a model assigned to this table.
Is there any way to do this? Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.