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