Philippe Vignau

Results 1 issues of Philippe Vignau

#### I have this special use case : - **Multiple countries** ``` python # settings.py COUNTRY_NAMES = { 'ch': 'Switzerland', 'fr': 'France', 'jp': 'Japan', } ``` - **Each having their...