mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 23:42:04 +01:00
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/sh
|
|
. /home/wger/venv/bin/activate
|
|
|
|
python /home/wger/src/manage.py "$@"
|