*UPDATED* help with django and accented characters?
- by Asinox
Hi guys, i have a problem with my accented characters, Django admin save my data without encoding to something like "á"
Example: if im trying a word like " Canción ", i would like to save in this way: Canción, and not Canción.
im usign Sociable app:
{% load sociable_tags %}
{% get_sociable Facebook…