[EMAIL PROTECTED] wrote:
Does everyone manage to get loosely coupled applications in their projects? Any
tips to share? Is my twisted mind unrecoverable?

It's just a matter of deciding in your own mind when the code you're working on has different functionality -- no different form any time you're developing a code module.

Eg, I'd divide the contact page off into its own app, as it has its own specific functionality not really related to anything else on the site.

Generally I find, with the exception of flat pages, anything you'd put under its own directory on your site merits a separate app.

eg,

/blog -- blog app
/contact -- contact app
/newsletters -- newsletters app

You get the idea.
--
Lach
Personal: http://illuminosity.net/


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