Hi,

I have my Django project source files on a SMB share (it is a Linux
file server).

I am running the development server on a different Linux computer,
which has the SMB share mounted (with smbfs).

The autoreload feature causes the server to restart every second
whether or not I have modified the files. If I use the --noreload
option it stops this, but I like autoreload!

I've had a look at the django/utils/autoreload.py and, well, honestly
it would be painful to work out why exactly it is happening and how it
might be fixed. I don't really know the details of how SMB interacts
with file stats.

Anyone know whether my setup is misguided? Or is a fix possible?

Thanks,
Steve


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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