gaqzi / django-emoji

A simple django app to use emojis on your website ⛺
https://pypi.python.org/pypi/django-emoji
MIT License
109 stars 19 forks source link

Not sure how active this project is, but how would I go about adding emojis? #30

Open davebs opened 3 years ago

davebs commented 3 years ago

Hello, this is almost exactly what I need but there seem to be quite a few commonly used emojis that are not included in this project, such as :devil: :flirt: and others. How would I go about adding these as needed?

fabiocaccamo commented 2 years ago

I have the same problem just showing some text from GitHub that contains some emojis, not all are converted to image by the template tag.

@davebs as temporary workaround I strip the unsupported emojis, check my PR #31