I'm trying to translate a Django app. I created some strings with {% trans %}
in my templates. However, when I execute the following command in my app folder, I receive an error message:
$ django-admin.py makemessages -l fr CommandError: Unable to find a locale path to store translations for file __init__.py`
What did I do wrong?