liminspace / django-mjml

The simplest way to use MJML in Django templates.
MIT License
263 stars 32 forks source link

Dont start the server with django-mjml. #15

Closed vcrodes closed 6 years ago

vcrodes commented 6 years ago

Hi,

today i begin to use the django-mjml. Following the instructions I can't start the server. I detected a problem in app.py on the function check_mjml_command(). The issues is around the test, the test_mjml is on version 3 of mjml, and with the new version 4 can pass the test and dont start the server. If I change the string test_mjml to '' the test pass without problem.

With this little change I can start the server without problems.

liminspace commented 6 years ago

Thanks, I'll check it.

liminspace commented 6 years ago

@vcrodes, as temporary solution you can use mjml 3.3.5. It works file. New version django-mjml will be released a bit later.

liminspace commented 6 years ago

This issue is done in next release 0.5.0