I used to run Mezzanine on Heroku. Recently, I need to customize some data in the django.po. As Mezzanine is installed from requirements.txt, how do I upload my own django.po
in order to overwrite Django's standard django.po
?
Asked
Active
Viewed 100 times
5

Randy Tang
- 4,283
- 12
- 54
- 112
-
This might be useful http://stackoverflow.com/questions/13246545/i18n-doesnt-work-at-production-enviroment-on-heroku/14927172#14927172 – jnishiyama Jul 01 '15 at 16:34
-
1I ended up with forking Mezzanine on Github, customizing it, and then installing the customized version on Heroku. Problem solved. – Randy Tang Jul 03 '15 at 02:23