7 lines
62 B
Bash
7 lines
62 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# enable SCL
|
||
|
source .bashrc
|
||
|
|
||
|
./manage.py migrate
|