On Fri, Jul 18, 2008 at 7:42 AM, anoval <[EMAIL PROTECTED]> wrote: > > hi everyone, > > short summary says all about my problems, here is the case; > > -- > [snipped table definitions and basically empty models.py] > > did i do something wrong or it's the Django thing? > > oh, and yeah all tables are in the same schema... > > Thanks in advance, >
Are you absolutely sure the settings.py you are using are pointing to the database you expect? It looks like inspectdb is finding an empty database. Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

