mirror of
https://github.com/macports/macports-webapp.git
synced 2026-07-13 03:18:42 -07:00
8 lines
106 B
Bash
8 lines
106 B
Bash
#!/bin/bash
|
|
|
|
cd /code/app
|
|
|
|
python3 manage.py migrate --noinput
|
|
|
|
python3 manage.py collectstatic --noinput
|