backend_start windows.ps1 123 B

12345
  1. #!/bin/bash
  2. python manage.py makemigrations
  3. python manage.py migrate
  4. daphne -b 0.0.0.0 -p 8008 greaterwms.asgi:application