I am stuck in the chapter 9 in the django Parler stuff. It seems to be that the connection with the previous category and the product catalog didn't match. So I have succeed on created new category on the admin but I didn't succeed to create new product on the admin because I don't have the fields available as you can see in the screen print below.
I am on Django version 3.1 and in Django-parler version 2.2 as advice in this forum.
I've made all the changes in the book as it said in the page 340 and I did the makeigrations, and migrate shop.
I've also copy paste (after 10 checks of my initial code) all the admin.py- shop and all the models.py of the git hub books.
Can someone help please, or give some hints to look ?
Hello,
I am stuck in the chapter 9 in the django Parler stuff. It seems to be that the connection with the previous category and the product catalog didn't match. So I have succeed on created new category on the admin but I didn't succeed to create new product on the admin because I don't have the fields available as you can see in the screen print below. I am on Django version 3.1 and in Django-parler version 2.2 as advice in this forum. I've made all the changes in the book as it said in the page 340 and I did the makeigrations, and migrate shop. I've also copy paste (after 10 checks of my initial code) all the admin.py- shop and all the models.py of the git hub books.
Can someone help please, or give some hints to look ?