mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
6 lines
82 B
Bash
6 lines
82 B
Bash
#!/bin/bash
|
|
|
|
. /home/wger/venv/bin/activate
|
|
|
|
python /home/wger/src/manage.py "$@"
|