4 lines
93 B
Bash
4 lines
93 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. /data/venv/bin/activate && python /data/dev/pillar/pillar/manage.py runserver
|