setup.py: add humantime to the list of Django applications in the compile_transations command

This commit is contained in:
Benjamin Dauvergne 2013-12-02 16:33:01 +01:00
parent a17905116d
commit 58f837750b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class compile_translations(Command):
try:
from django.core.management.commands.compilemessages import \
compile_messages
for path in ['entrouvert/djommon/']:
for path in ['entrouvert/djommon/', 'entrouvert/djommon/humantime/']:
if path.endswith('.py'):
continue
curdir = os.getcwd()