To create initial migrations for an app, run makemigrations
and specify the app name. The migrations folder will be created.
python manage.py makemigrations a
ppname
Your app must be included in INSTALLED_APPS
first (inside settings.py).
An Artist With Technical Skills
To create initial migrations for an app, run makemigrations
and specify the app name. The migrations folder will be created.
python manage.py makemigrations a
ppname
Your app must be included in INSTALLED_APPS
first (inside settings.py).