I just updated my django to 1.4. I have problems with the haystack application. In addition, I tried to upgrade haystack to the latest stable version, but I still have problems. Has anyone had the thesis of mistakes? How can I solve it?
I get the following errors.
When I access any page:
cannot import name MAX_SHOW_ALL_ALLOWED haystack\admin.py in <module>, line 2
and
# python manage.py rebuild_index django.core.exceptions.ImproperlyConfigured: Error importing template source loader django.template.loaders.app_directories.load_template_source: "'module' object has no attri bute 'load_template_source'"
thanks
Thomas
source share