We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce7e23 commit a5c30c0Copy full SHA for a5c30c0
scripts/migrate.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+python3 manage.py makemigrations && \
3
+python3 manage.py makemigrations StaticAnalyzer && \
4
+python3 manage.py migrate
0 commit comments