ojuso-map/bin/ojusomap

10 lines
250 B
Plaintext
Raw Normal View History

2017-05-20 23:56:10 +00:00
#!/bin/bash
# A wrapper around manage.py for ojusomap
# that automatically activates venv
THISDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
VENV=${THISDIR}/../.venv
PYTHON=$VENV/bin/python
MANAGEPY=$THISDIR/../manage.py
$PYTHON $MANAGEPY $@