私はDjango 1.5.1を使用しています。すべて問題ありませんでした。しかし、pip を使用して django-photologue をインストールするとすぐに、管理 URL にアクセスすると次のエラーに直面します。
> **ViewDoesNotExist at /admin/**
Could not import django.views.generic.list_detail.object_list. Parent module django.views.generic.list_detail does not exist.
Request Method: GET
Request URL: http://localhost:8000/admin/
Django Version: 1.5.1
Exception Type: ViewDoesNotExist
Exception Value:
Could not import django.views.generic.list_detail.object_list. Parent module django.views.generic.list_detail does not exist.
Exception Location: /usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py in get_callable, line 104
Python Executable: /usr/bin/python
Python Version: 2.7.3
また、syncdb を実行すると、photologue はエラーなしでデータベースと同期し、シェルにインポートできます。
このエラーを解決するにはどうすればよいですか?