mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 15:27:43 +02:00
12 lines
219 B
Bash
Executable File
12 lines
219 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
python manage.py migrate
|
|
|
|
# Load default engine types
|
|
python manage.py loaddata fixtures/default_scan_engines.json --app scanEngine.EngineType
|
|
|
|
# python manage.py collectstatic --no-input --clear
|
|
|
|
exec "$@"
|