I just upgradated my django to 1.4. I am getting trouble with haystack app. Also, I tried to update haystack to last stable version but I still having problems. Does anyone had theses errors? How can I solve it?
I am getting 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