mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-18 15:57:44 +02:00
10 lines
166 B
Bash
Executable File
10 lines
166 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
|
|
|
|
exec "$@"
|