Comp-490-SeniorProject / site

MIT License
0 stars 1 forks source link

Fix migration not running in production mode #58

Closed MarkKoz closed 2 years ago

MarkKoz commented 2 years ago

The Dockerfile invokes gunicorn directly rather than going through manage.py. Hence, migrations aren't running when debug mode is off.