Python: 2.7; Django: 1.7; Mac 10.9.4
I\'m following the tutorial of Tango with Django
At Chapter 5, the tutorial teaches how to create a population script, w
I found this solution, adding
from django.core.wsgi import get_wsgi_application application = get_wsgi_application()
after
os.environ.setdefault ...