mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
export PDB_HOME=/srv/www.peeringdb.com
|
||
|
|
||
|
. $PDB_HOME/venv/bin/activate
|
||
|
cd $PDB_HOME
|
||
|
|
||
|
./manage.py $@
|