I keep running into problems with Google Chrome and runserver. It
seems Chrome tries to open too many connections for all the media on
the page and overwhelms runserver. Random images and CSS just don't
load. The page loads fine in Safari (haven't tried other browsers).
Any suggestions for limitin
This is kind of a corner case, but I need to update many of the
records in a table on a regular basis. I decided to do this with a
manage command. (This is Django v1.0, btw.) I used something like the
following:
cursor = connection.cursor()
cursor.executemany("UPDATE rf_wxstation SET cache_time =
2 matches
Mail list logo