Currently we could launch docker contains to host our website and the corresponding db for development. It will be very helpful to prepare the testing data when building the corresponding development docker image.
Describe alternatives you've considered
Inject the data in contrib with ./manage loaddata during docker image build.
Additional context
psql command manipulation.
Invite the community to discuss and vote
Please add a thumbs-up/down to show your +1 or -1 to this idea : D
Describe the solution you'd like
Currently we could launch docker contains to host our website and the corresponding db for development. It will be very helpful to prepare the testing data when building the corresponding development docker image.
Describe alternatives you've considered
Inject the data in
contrib
with./manage loaddata
during docker image build.Additional context
psql
command manipulation.Invite the community to discuss and vote
Please add a thumbs-up/down to show your +1 or -1 to this idea : D