SmartCambridge / tfc_web

Web access to the TFC platform
MIT License
3 stars 2 forks source link

Add new makemigrations target to docker-compose #336

Closed jw35 closed 4 years ago

jw35 commented 4 years ago

Add a new 'target' (or whatever they are called) to the docker-compose script that will run './manage.py makemigrations' as a convenience when changing database schemas.

This requires that the /usr/src/app volume is mounter read-write, but fortunately it already is...