Django on Heroku: customizing django.po

116 views Asked by At

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?

1

There are 1 answers

0
mdargacz On

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