Setup : Correct lisrue to extra_fees.

This commit is contained in:
Christophe Boulanger 2018-03-14 11:30:19 +01:00
parent 0965fda33f
commit 43688ebbb0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class compile_translations(Command):
def run(self):
try:
from django.core.management import call_command
for path, dirs, files in os.walk('passerelle_imio_liege_lisrue'):
for path, dirs, files in os.walk('passerelle_imio_extra_fees'):
if 'locale' not in dirs:
continue
curdir = os.getcwd()