mirror of
https://github.com/peter-tanner/money-manager.git
synced 2024-11-30 14:20:17 +08:00
5 lines
158 B
Bash
Executable File
5 lines
158 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
source ../.venv/bin/activate
|
|
python3 manage.py runserver --settings=localhost_config --insecure # Use internal static server
|