Hey Patrick, On Mon, 2007-06-11 at 10:01 +0200, patrick k. wrote: > what exactly do you mean by "django app"? > do you mean that it could be installed into /django/contrib/? > > if yes, what´s the advantage of doing that? > moreover, should external applications be installed there (I thought > about that, but it doesn´t seem quite the right thing to do ...)?
Your hunch is correct. django/contrib/ is just another directory. Nothing special about its functionality. There's no difference whether something is installed there or not except with respect to who's responsible for managing that directory. The directory is "owned" by the Django source. So, third-party apps should not be expected to be installed there, because then they will be lost (or perhaps conflicted with) during Django updates. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---