Ahmad Alhashemi wrote: > Besides, symlinking is an OS feature, not a feature of Django. I do all > my development on Windows, so I can't use it.
You can do the same on Windows (if you use NTFS). Get junction from Sysinternals: http://www.sysinternals.com/Utilities/Junction.html Use it like so: junction "C:\New Link" "C:\Target\You Are\Linking To" But as another poster suggested, you are probably better of adding the aplication to your Python path and pointing to it there --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

