On 2/9/07, voltron <[EMAIL PROTECTED]> wrote:
> what are the advantages of adding the apps to the settings file?

Several things:

* If an app is never listed in INSTALLED_APPS, syncdb will never see
it and so will never install DB tables for its models.
* If an app is never listed in INSTALLED_APPS, Django will never pick
up on any custom template tag libraries it includes.
* If an app is never listed in INSTALLED_APPS, some internal loading
tricks that the contrib apps rely on will never see its models.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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