diff options
Diffstat (limited to 'compose/local/django/start')
-rw-r--r-- | compose/local/django/start | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/compose/local/django/start b/compose/local/django/start deleted file mode 100644 index ba96db4..0000000 --- a/compose/local/django/start +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -set -o errexit -set -o pipefail -set -o nounset - - -python manage.py migrate -exec python manage.py runserver_plus 0.0.0.0:8000 |