as i understand it suppose to migrate each app i inserted in settings.py below INSTALLED_APPS
i have home app and after run migrations, it doesn’t appear in the migrations command in terminal and doesn’t even get migrations directory.
is there any clue i follow why this app doesn’t get migrations like each other app,
Hi,
I created a new application, and the first time I ran makemigrations I did not use any option ( like --dry-run or --empty), however :
no directory migration created ;
the method app.models is not available.
when I ran “migrate” then django creatred properly its table into the data base.
Cannot understand where what could be wrong.
I have tried the --check option (django 4.0 ) , but it rplñies that there are no changes in app. Sure, it is right, but doesn’t help.
An idea of what to do ?
May be there is a link : I use postgresql, and I defined 2 dictionaries :