Re: Django Games

2010-11-24 Thread vbs
That's what I am going to do. But a little different. On Thu, Nov 25, 2010 at 1:02 PM, Detectedstealth wrote: > Has anyone ever used django to allow people to add games to there site > like facebook has? > > So allow them to create an application, generate the api key's, then > load there game in

Is there a way to create a new database table other than model?

2010-11-23 Thread vbs
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