mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-19 00:07:44 +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 "$@"
|