Closed MGlauer closed 4 years ago
Not sure, whether I got it right. IIRC ruby rails use a similar task to update the database etc.. So what is the correct procedure to get a fork synced with the upstream (this repo) and get a working app [again]? Should I commit the squid-update.sh used on quiz.iks... so we have something to look at?
Ah, I see that the migrations are commited, I guess. It is hard to tell due to #20. But for now it looks fine and I will close this issue
makemigrations
should not be part of the setup script. Django's documentation states:I would recommend to commit and push all migrations in order to keep all databases consistent.