start.sh 384 B

1234567891011121314151617
  1. #!/bin/bash
  2. set -eu -o pipefail
  3. echo "==============="
  4. # RUN python manage.py migrate --noinput
  5. # RUN python manage.py loaddata initial_user
  6. # RUN python manage.py loaddata initial_project_templates
  7. # RUN python manage.py loaddata initial_role
  8. # RUN python manage.py compilemessages
  9. # RUN python manage.py collectstatic --noinput
  10. #service circus start
  11. #service nginx restart
  12. read