Browse Source

Merge pull request #392 from bensums/master

Fix docker-compose issue with pyodbc
pull/399/head
Hiroki Nakayama 5 years ago
committed by GitHub
parent
commit
55c6cc27ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      tools/dev-django.sh

1
tools/dev-django.sh

@ -14,6 +14,7 @@ if [[ ! -f "${venv}/bin/python" ]]; then
fi
echo "Installing dependencies"
apt-get update && apt-get install -y g++ unixodbc-dev # pyodbc build dependencies
"${venv}/bin/pip" install -r "${root}/requirements.txt"
echo "Initializing database"

Loading…
Cancel
Save