mirror of
https://github.com/peter-tanner/money-manager.git
synced 2024-12-02 15:20:18 +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
|