Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django on Heroku: customizing django.po

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?

like image 711
Randy Tang Avatar asked Jun 23 '15 10:06

Randy Tang


1 Answers

The best solution is to override them dynamically while running application. Here's probably the best answer that I've seen.

like image 148
mdargacz Avatar answered Sep 29 '22 13:09

mdargacz