We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3e21f commit 25d39f7Copy full SHA for 25d39f7
scripts/run-server.sh
@@ -1 +1,5 @@
1
+#!/bin/bash
2
+
3
+set -e;
4
5
python manage.py runserver 0.0.0.0:8000
0 commit comments