Sure. All Django/Python cares about is where the folder (module) is. Here's what I do sometimes: Create an app on my /home/ dir and symlink it inside the projects. So I am just re-using the same codebase on different projects, and getting the benefit of its changes/upgrades/development.
On 7/7/06, Ahmad Alhashemi <[EMAIL PROTECTED]> wrote: > > Hi, > > Is it possible to use the same application more than once in the same > project? > > For example, if I download a ready made weblog application, can I use > it in one place as a general purpose weblog and in another place as a > seperate development weblog? > > TIA. > > --Ahmad > > > > > -- Julio Nobrega - http://www.inerciasensorial.com.br --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

