I created Django project in home directory so it is in home directory.
Setup
Django Verison : 1.5.1 Python Version : 2.7.5 mod_wsg
This has been reported in Django ticket 19319:
https://code.djangoproject.com/ticket/19319
Your Apache config now needs the following for your file wsgi.py.
wsgi.py
Order deny,allow Allow from all Require all granted