Thank you for the tip, Julio. It is sure going to be useful
practically.

But it doesn't feel right. The fact that you trick django into thinking
that there are multiple physical copies of the same application just to
use it more than once in one website.

Besides, symlinking is an OS feature, not a feature of Django. I do all
my development on Windows, so I can't use it.

--Ahmad


Julio Nobrega wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to