Django: TypeError: 'str' object is not callable, referer: http://xxx
- by user705415
I've been wondering why when I set the settings.py of my django project 'arvindemo' debug = Flase and deploy it on Apache with mod_wsgi, I got the 500 Internal Server Error.
Env:
Django 1.4.0
Python 2.7.2
mod_wsgi 2.8
OS centOS
Here is the recap:
Visit the homepage, go to sub page A/B/C/D, and fill some forms, then submit it to the Apache…