Parent module 'django.core.handlers' not loaded - Django Helper for App Engine
- by Casebash
I am trying to set up the Django Helper for App Engine on PyDev in Mac OsX. Unfortunately, I keep getting the message in the title in the following line:
from django.conf import settings
How can I fix this?