On Mar 13, 9:17 am, Jens Diemer <[EMAIL PROTECTED]> wrote: > My sources are on a linux samba share. I used this share under windows > xp and start the django developer server from this share. > > The reload mechanism don't work! > > When i copy the source from the share into my local filesystem, the > reload works fin. > > Any solution?
Are you using a version control system? Consider using subversion (or bazaar) so you can develop and test code on your local filesystem, then check it in on your linux box (which could be running svn server). -- Jeff Bauer Rubicon, Inc. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

