I'm going crazy, my shortcuts don't update in my views after running makemessages and compilemessages ! This is what I have tried so far:
- make sure there are no <
fuzzy lines in PO files - delete MO files
- relaunch
makemessages and compilemessages - delete everything.
pyc files in my project - delete browser cache
- change browser
- delete local database and run synchdb
- shout at the monitor
running commands are as follows:
python manage.py makemessages --all --no-obsolete --no-location --no-wrap --traceback python manage.py compilemessages --traceback
Is there any Django caching mechanism related to compiled MO files that I have to empty? What can I do? I'm really furious! -_- '
source share