Django crash without message

Posted by schneck on Stack Overflow See other posts from Stack Overflow or by schneck
Published on 2010-03-18T16:07:05Z Indexed on 2010/03/18 16:11 UTC
Read the original article Hit count: 306

Filed under:

Hi there,

I have a Django-project which was running fine, until I made "some changes" I don't remember exactly. Since that point, on every request, my project crashes silently:

$ ./manage.py runserver -v2
Validating models...
0 errors found

Django version 1.1.1, using settings 'src.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

After I requested a page (admin oder frontend), it returns to the prompt. I did not find any other option to get verbose output than -v2 - is there any logfile I can use?

I'm using Django 1.1.1 on a Mac OS X 10.6 with virtualenv, Python 2.6

Thanks a lot.

© Stack Overflow or respective owner

Related posts about django