web-frontend

ValueError at /category/ The 'image' attribute has no file associated with it

ValueError at /category/ The 'image' attribute has no file associated with it Question: I am building an Ecommerce website in Django for the first time. Some how despite following the YT tutorial, I am not able to render image that are uploaded from my Django Admin Panel. Here are my codes: Models.py class Product(models.Model): name …

Total answers: 1