Posts by edilson rodrigues • 1 point
1 post
-
-1
votes1
answer15
viewsQ: Error in get_absolute_url Django
I have the following error in Django: Reverse for 'list_produtos' with Arguments '(2,)' not found. 1 Pattern(s) tried: ['$'] Follows the codes: py.models from django.db import models from…