You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run makemigrations on my project, it create a migration file "0012_alter_city_id_alter_country_id_alter_region_id_and_more.py", and when I use a foreignkey for make relation to my models it create a dependency to the new migration file above. it runs well on local. But when I deploy on Heroku, Heroku do not give permission to use "makemigration" so there is not dependency file "0012_alter_city_id_alter_country_id_alter_region_id_and_more.py".
in file
when I run makemigrations on my project, it create a migration file "0012_alter_city_id_alter_country_id_alter_region_id_and_more.py", and when I use a foreignkey for make relation to my models it create a dependency to the new migration file above. it runs well on local. But when I deploy on Heroku, Heroku do not give permission to use "makemigration" so there is not dependency file "0012_alter_city_id_alter_country_id_alter_region_id_and_more.py".
in file
I sent a pull request about this issue
The text was updated successfully, but these errors were encountered: