coleifer / micawber

a small library for extracting rich content from urls
http://micawber.readthedocs.org/
MIT License
632 stars 91 forks source link

Release 0.2.3 on pypi missing templates directory #4

Closed jcerjak closed 12 years ago

jcerjak commented 12 years ago

When I try to use the template filters:

{% load micawber_tags %}
{{ "http://www.youtube.com/watch?v=mQEWI1cn7HY"|oembed }}

I get an error:

TemplateDoesNotExist at ...
    micawber/video.html

This is due to a missing templates folder in the released 0.2.3. version http://pypi.python.org/pypi/micawber/0.2.3 . The same tagged version on github seems to be fine: https://github.com/coleifer/micawber/tree/0.2.3/micawber/contrib/mcdjango

coleifer commented 12 years ago

Thanks for reporting this! You should be able to install 0.2.4 now, which has the templates.

jcerjak commented 12 years ago

nice, thanks!