Note that there are some explanatory texts on larger screens.

plurals
  1. PODjango development server shutdown error
    primarykey
    data
    text
    <p>Whenever i shut down my development server (./manage.py runserver) with CTRL+c i get following message:</p> <pre><code>[24/Feb/2009 22:05:23] "GET /home/ HTTP/1.1" 200 1571 [24/Feb/2009 22:05:24] "GET /contact HTTP/1.1" 301 0 [24/Feb/2009 22:05:24] "GET /contact/ HTTP/1.1" 200 2377 ^C Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/logging/__init__.py", line 1354, in shutdown h.flush() TypeError: flush() takes exactly 2 arguments (1 given) Error in sys.exitfunc: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/logging/__init__.py", line 1354, in shutdown h.flush() TypeError: flush() takes exactly 2 arguments (1 given) </code></pre> <p>I recently moved the project to another directory, but everything else works fine, so i don't know if that has anything to do with it ...</p> <p>If i just start the development server and then shut it down immediately, i do not see the error. Only when i click around some in the browser and then shut down the server...</p> <p>Can anyone point me in the right direction to sort this one out plz? </p> <p>Thanks in advance.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload