Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Migrations

Why Genericrelation Fields Does Not Work In Data Migrations(django)

I want to make data migration in order to add user read post in database. There is such code: def u… Read more Why Genericrelation Fields Does Not Work In Data Migrations(django)

Django Heroku Error "your Models Have Changes That Are Not Yet Reflected In A Migration"

I recently added a model to my app (UserProfile) and when I pushed the changes to Heroku, I think I… Read more Django Heroku Error "your Models Have Changes That Are Not Yet Reflected In A Migration"

Makemigration Causing Error "typeerror: Expected Str, Bytes Or Os.pathlike Object, Not Nonetype"

Running makemigration command inside docker container caused this error, can anyone please help me … Read more Makemigration Causing Error "typeerror: Expected Str, Bytes Or Os.pathlike Object, Not Nonetype"