add mkdir command to start_development script to cause collectstatic not to error

This commit is contained in:
John Mitchell 2016-12-06 12:22:08 -05:00
parent d8ee92aefd
commit d62bad536b

View File

@ -41,6 +41,7 @@ make migrate
make init
mkdir -p /tower_devel/awx/public/static
mkdir -p /tower_devel/awx/ui/static
# Start the service
make honcho