We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bae5d9 commit 7da1293Copy full SHA for 7da1293
askbot/startup_procedures.py
@@ -617,7 +617,7 @@ def test_avatar():
617
"""if "avatar" is in the installed apps,
618
checks that the module is actually installed"""
619
if 'avatar' in django_settings.INSTALLED_APPS:
620
- try_import('Image', 'PIL', short_message = True)
+ try_import('PIL', 'PIL', short_message = True)
621
try_import(
622
'avatar',
623
'-e git+git://github.com/ericflo/django-avatar.git#egg=avatar',
0 commit comments