I'm going crazy guys, my labels are not updated in my views after running "makemessages
" and "compilemessages
"!
This is what I tried so far:
- make sure there is no "
fuzzy
" strings around in PO files - delete MO files
- relaunch
makemessages
andcompilemessages
- delete all .
pyc
files in my project - delete browser cache
- change browser
- drop the local database and launch synchdb
- shout to the monitor
the commands I launch are the following:
python manage.py makemessages --all --no-obsolete --no-location --no-wrap --traceback
python manage.py compilemessages --traceback
Is there any sort of Django caching mechanism related to compiled MO files that I have to empty? What can I do? I'm really furious! -_-'