On 13/01/2011, at 11:45 PM, Олег Корсак<kamikaze.is.waiting....@gmail.com> 
wrote:

> hello. My models.py file became very big and actually I can divide that
> app for 2-3 different apps. But the problem is that almost all models
> are related to one model which is common and will be in different app.
> Is it still a good idea to divide into different apps and make import
> from external app?

Yes. 

As soon as you can logically split stuff (functionally or into apps if you 
prefer) you should do it purely for the sake of reducing complexity. 

If your project is on the python path then you can import the app modules 
(models) which are common. 

Remember you are programming in python and just using Django libraries. 

> 
> Thanks
> 

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to