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.

9 lines
141 B

8 years ago
#!/bin/bash
#
python3 ../apps/manage.py makemigrations
8 years ago
python3 ../apps/manage.py migrate
6 years ago
python3 ../apps/manage.py makemigrations --merge