>>> # django_wsgi.py
>>>
>>> Â Â import os
>>> Â Â import sys
>>> Â Â import site
>>>
>>> Â Â import django.core.handlers.wsgi
>>> Â Â from django.conf import settings
>>>
>>> Â Â os.environ['DJANGO_SETTINGS_MODULE'] = '<project>.settings'
>>>
>>> Â Â PROJECT_PATH = getattr(settings, 'PROJECT_PATH')
>>>
>>> Â Â sys.path.append(PROJECT_PATH)
>>> Â Â site.addsitedir(os.path.join(PROJECT_PATH,
>>> '/ve/lib/python2.6/site-packages'))
>>>
>>> Â Â application = django.core.handlers.wsgi.WSGIHandler()
>>> Â Â applications = {'':'application', }
>>
>> Â Â Â Â Â Â Â Â Â Â Â Â Â ^^^^^^^^^^^^
>> Shouldn't this be a callable and not a string?
>
> Thanks, Obviously that should point to the callable application
> variable . I believe earlier versions must have done some magic or
> looked for a variable called 'application', since it worked up to the
> 0.9.6.8.
>
> Thanks again,
> Simon.
>
This is a serious flaw in LTS ugrade procedure (something you would have
received a refund for, under commercial support). Breaking past-features
must not happen in LTS, so i will fix it ASAP.
Sorry for the headache, expect an update (even if probably you no more
need it) in a couple of hours.
--
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi