In Django, the recommended standard is to push the migrations folder of (an app) also to git. Initially I never used to push migration files to GitHub and I ended up having to do python make migrations as well as python manage.py migrate on the serve...
anjanesh.dev2 min read
No responses yet.