mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-18 15:57:44 +02:00
8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
python manage.py migrate
|
|
# python manage.py collectstatic --no-input --clear
|
|
|
|
exec "$@"
|