hello pals,
i run makemigrations then migrate with commands below
python3 manage.py makemigrations
python3 manage.py migrate
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,