You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mvapi/docker/run.sh

6 lines
155 B

#!/usr/bin/env bash
DIR=$(dirname "$(readlink -f "$0")")
python manage.py runserver 0.0.0.0:8000
django-admin makemessages -a
django-admin compilemessages