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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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" |
|
|
|