Closed Flimm closed 8 years ago
When trying to set a title image, the image upload does not succeed, and I see this error in the logs:
django.db.utils.ProgrammingError: (1146, "Table 'example.easy_thumbnails_source' doesn't exist"
Including easy_thumbnails in INSTALLED_APPS fixed this problem.
easy_thumbnails
INSTALLED_APPS
Thanks for reporting and fixing this! Fixed in #57
When trying to set a title image, the image upload does not succeed, and I see this error in the logs:
Including
easy_thumbnails
inINSTALLED_APPS
fixed this problem.