We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81fd6f commit cd74a56Copy full SHA for cd74a56
devops/dev_bootstrap.sh
@@ -44,6 +44,9 @@ $pip_exec install -r "${MAIN_FOLDER}/requirements.txt"
44
echo "Installing dev requirements"
45
$pip_exec install -r "${MAIN_FOLDER}/dev_requirements.txt"
46
47
+echo "Compiling Flask Babel"
48
+pybabel compile -d "${MAIN_FOLDER}/lms/lmsweb/translations"
49
+
50
echo "Creating local SQLite DB"
51
$python_exec "${DB_BOOTSTRAP_FILE_PATH}"
52
0 commit comments