Statistics
| Branch: | Tag: | Revision:

root / snf-quotaholder-app / test / qh_init @ 889be75c

History | View | Annotate | Download (140 Bytes)

1
#!/bin/sh
2
d=`dirname $0`
3
export COMMISSIONING_CONF_DIR=$d
4
quotaholder-manage syncdb
5
quotaholder-manage runserver "$@" 2> $d/server_stderr &