django container_init: initialise the db from scratch
This commit removes the calls to the 'migration.sh' script that did a full a import of the rails db (rails apps will be imported on-demand) The django db is now initialised from scratch, using the db_seed command
Please register or sign in to comment