You don't need INSTALLED_APPS for views, it's more for models if I am not mistaken, for example, syncdb won't work if your app is not in INSTALLED_APPS.
voltron wrote: > I posted this yesterday, but It did not show up, strange. > > According to the manual, one has to add apps to the INSTALLED_APPS > setting tuple to make the usable in a project. I have created several > test apps with views wired to urls in the projects url conf file, I > was able to call up all urls without any problems. > > What is the main advantage of listing the apps in the INSTALLED_APPS > variable? Not that I`m complaining, Im just curious, in fact if its > not a necessity, It makes my apps more portable, I just copy the apps > I need to another Project folder, wire up the urls and they work, one > step less to take. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---