Thanks, I had to create mysite/app, add mysite.app to the INSTALLED_APPS and then run django_admin.py syncdb to create the tables. Is there a programmatic way to create the tables?
BTW, the class Meta app_name did not seem to work. Thanks again, Abhijit ----- Original Message ---- From: daev <[EMAIL PROTECTED]> To: Django users <[email protected]> Sent: Thursday, August 30, 2007 11:47:31 AM Subject: Re: Stand-alone Django ORM question Define app_name in Meta nested-class: class Meta: app_name = "some_name" ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

