manage.py makemigrations shop
, получил Migrations for 'shop':
0001_initial.py:
- Create model Product
- Create model ShopDirectory
- Add field category to product
manage.py migrate
получаю Operations to perform:
Synchronize unmigrated apps: ...
Apply all migrations: shop...
Synchronizing apps without migrations:
Creating tables...
Installing custom SQL...
Installing indexes...
Running migrations:
No migrations to apply.