On Fri, Jun 21, 2013 at 5:29 PM, galgal <weglarek.rob...@gmail.com> wrote:
> In 1 app there will be a many many lines of code and after some time it will 
> be hard to develop I think.

Sorry, I just wanted to reply to just this line as well!

There is no problem with having apps with a lot of code. Each part of
an app - models, views, templates, tests, urls etc - can easily be
split up into smaller logical components. If there is not a good
reason to split it into separate apps, then do not do it.

For instance, in your proposed sport/league project, you *could*
separate each model in to a separate app. This would work fine, but be
completely pointless.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to