7 lines
131 B
Bash

#!/bin/bash
npm install
python manage.py makemigrations todolist
python manage.py migrate
python manage.py runserver 0.0.0.0:8000