mobsf / scripts /migrate.sh
franyer24's picture
Upload 491 files
e12cd0f verified
Raw
History Blame Contribute Delete
128 Bytes
#!/bin/bash
python3 manage.py makemigrations && \
python3 manage.py makemigrations StaticAnalyzer && \
python3 manage.py migrate