|
I've installed Django properly and set DEBUG = True on my settings.py. The problem is that even with the DEBUG true Django is not displaying the errors. I'm getting the following 500 message:
Also in my logs I found some strange stuffs like:
|
|
Sometimes Apache can fail before Django is loaded into memory. Django's debug mechanics have not loaded yet and so wont show. Check the Apache error logs, the above only appear to be the access log. Typically errors which cause Django itself to fail are found in the wsgi file, the settings.py file, or path conflicts. If you submit a support ticket we would be happy to look directly. |
|
Tank you johs. I've already found the problem with the Webfaction support team. It was only a syntax error at my settings.py. The error was at 24 line, so that moment Django hasn't loaded some models. |