0
votes
Django Model returning NoneType
I don't know Django, but I assume that some kind of ORM is involved when you do this:
current_product = Product.objects.get(slug=title)
At that point you should al …
