Skip to content

Commit

Permalink
add simple script to start testserver
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Feb 28, 2015
1 parent a680aee commit 27a2b39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run_testserver.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
(
set -x
./tests/manage.py run_testserver
)

0 comments on commit 27a2b39

Please sign in to comment.