First time here? Check out the FAQ!

Revision history  [back]

This rings the bell: Error while importing lxml: No module... This issue comes from the django-compressor app and may be avoided by setting:

COMPRESS_PARSER = 'compressor.parser.HtmlParser'

That said - there still may be issues with MySQL as we switched to Postgres for the production and Sqlite3 for development and we have not been testing MySQL deployments lately.