Re: Splitting models.py results in table rename?

2011-08-19 Thread Joshua Russo
Perfect! Thank you -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/NRyP256j0G4J. To post to this group, send email to django-users@googlegroups.com. To

Re: Splitting models.py results in table rename?

2011-08-19 Thread Ramiro Morales
On Fri, Aug 19, 2011 at 11:42 PM, Joshua Russo wrote: > My models.py was getting too large so I tried to split it into > /models >   __init__.py >   someLogicalGroupOfModels.py >   andSoOn.py > in the __init__.py I have > from appName.models.someLogicalGroupOfModels import

Splitting models.py results in table rename?

2011-08-19 Thread Joshua Russo
My models.py was getting too large so I tried to split it into /models __init__.py someLogicalGroupOfModels.py andSoOn.py in the __init__.py I have from appName.models.someLogicalGroupOfModels import * from appName.models.andSoOn import * All of my imports still work but the queries are