Django reloader fails to watch all the project files

2011-08-18 Thread rwman
Hi. I bumped into a problem with djnago autoreloader (using standard runserver command) recently - when i update my views.py file it does not reload the server automatically. (while it does, if i update my project's settings.py file) Looking at the code (django/utils/autoreload.py) - i discovere

Re: django's management functionsdon't seem to work with py2exe.

2012-12-11 Thread rwman
I encountered this today... the only way i found to overcome this is to provide load_initial_data = False kwarg to the command On Friday, June 24, 2011 2:17:11 PM UTC+4, Gelonida wrote: > > Hi, > > > I'm using django 1.3 > > I tried to create a tiny django app with management functions and to >