I'm a beginner working with django. When working with Class Based Views, I constantly keep getting this error:
Reverse for 'products.views.'filter_by_led' with arguments '()'
and
keyword arguments '{}' not found.
Sorry if I don't bring more context to the table, the point is, I don't understand what keyword arguments are, and I know that's the reason why I don't know how to solve this.