We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c49086e + 25d39f7 commit 677fcc8Copy full SHA for 677fcc8
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