1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
peeringdb-peeringdb/scripts/manage

9 lines
110 B
Plaintext
Raw Permalink Normal View History

2020-04-14 10:45:36 -05:00
#!/bin/sh
export PDB_HOME=/srv/www.peeringdb.com
. $PDB_HOME/venv/bin/activate
cd $PDB_HOME
./manage.py $@