Nevermind, I figured it out... I was forgetting the annoying

class MyModel(models.Model):

   ...

   class Meta:
      app_label = 'app_name'

Sigh...

On Thu, 2006-11-09 at 15:57 -0500, Nathan Yergler wrote:
> Any reason that making models.py into a package seems to make the models
> invisible to syncdb?
> 
> For example, with a project foo, I have a directory "models" that
> contains "bar.py" and "__init__.py"  __init__ contains "from bar import
> *", but syncdb doesn't seem to see the models.
> 
> Thoughts?
> 
> Nathan
> 
> 
> 
> > 


--~--~---------~--~----~------------~-------~--~----~
 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