On Tue, Jul 21, 2009 at 10:19 PM, Léon Dignòn<leon.dig...@gmail.com> wrote: > These questions I would love to see answered: > - Do I create an app for the additional user information, or do I > create a model.py in the site root because it's a main functionality? > - Do I create an app for the image upload and browser, or do I create > a model.py in the site root because it's a main functionality?
if in doubt, do a separate app. each app should handle one specific job. if it doesn't go in the same sentence, it's a different app. check the djangoCon videos on youtube, there's a lot of insights on this (don't remember who gave that talk, and i can't access youtube from work) -- Javier --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---