svthalia / eetFestijn

Web application to streamline getting take-out for large groups
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Make migrations easier when testing in docker #11

Open pingiun opened 6 years ago

joren485 commented 6 years ago

Could you elaborate on what is not easy at the moment?

pingiun commented 6 years ago

Just like with production_entrypoint.sh we can create the db folder and automatically run migrate and collectstatic. We can check how concrexit is doing this.

thomwiggers commented 6 years ago

Concrexit containers use postgresql, so it does not have to deal with any db folder

pingiun commented 5 years ago

This was partly fixed by #22 although we can still automatically run migrate and collectstatic with an entrypoint script