Hello, I’m coding backend for online-shop. But in my project some problems. When I’m trying to save cart by session in db it doesn’t happens. When I’m trying to write:
PS C:\Users\user\Desktop\django_shop> python manage.py migrate
Operations to perform:
Apply all migrations: admin, auth, contenttypes, sessions, shop
Running migrations:
No migrations to apply.
PS C:\Users\user\Desktop\django_shop> python manage.py makemigrations
No changes detected
But model of my cart doesn’t work, how can I fix this?