Ahmad,

You don't even need a symlink to achieve this.

If you expect to reuse this app in multiple Django projects, just make
sure it is in your Python path and you can simply add it to your
projects' settings.INSTALLED_APP list.

This is exactly like using the Django admin app in multiple projects
from one instance of Django installed on your server. In other words,
this is a common way to setup up reusable apps on any platform and not
a hack.

-Raj


--~--~---------~--~----~------------~-------~--~----~
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