Skip to content
Snippets Groups Projects
Commit 67bb7733 authored by m431m's avatar m431m :speech_balloon:
Browse files

[Squashed commit] Comment 'migrate' and add opt '--locale=fr' to compilemessages cmd

parent f41562ce
No related branches found
No related tags found
No related merge requests found
...@@ -47,11 +47,13 @@ else ...@@ -47,11 +47,13 @@ else
done done
# Build database # Build database
python manage.py migrate # python manage.py migrate
# Build static files # Build static files
python manage.py collectstatic python manage.py collectstatic
# build i18n *.mo files # build i18n *.mo files
python manage.py compilemessages python manage.py compilemessages --locale=fr
echo "Ok" > $marker_file echo "Ok" > $marker_file
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment