You don't need to physically move an app from project to project to use the app in different projects. An app is just a python package. Say you have app 'foo' from project 'bar' and you want to use it in a new project, 'baz'. Install bar somewhere in your python path and then add bar.foo to the INSTALLED_APPS in baz and do whatever you want to do to hook up the urls from bar.foo under the desired prefix in baz. Just like using the django admin app.
JP --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---