money-manager/run-local.sh

5 lines
158 B
Bash
Raw Permalink Normal View History

#!/bin/bash
cd "$(dirname "$0")"
source ../.venv/bin/activate
python3 manage.py runserver --settings=localhost_config --insecure # Use internal static server