nephila / djangocms-page-meta

OpenGraph, Twitter Card and Google+ snippet tags for django CMS 3 pages
https://djangocms-page-meta.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
59 stars 64 forks source link

Table easy_thumbnails_source doesn't exist #56

Closed Flimm closed 8 years ago

Flimm commented 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.

yakky commented 8 years ago

Thanks for reporting and fixing this! Fixed in #57