start.sh 74 B

1234
  1. #!/bin/bash
  2. nohup python3 manage.py runserver 0.0.0.0:9000 --insecure &