Django Error: ‘set‘ object is not reversible [How to Solve]

The object of set is irreversible

I am adding an error in the path of the form, and then checking URLs
it is found that when the app configures URLs, the [] of URL patterns is written as {}
URL patterns should be a list[].

Then there’s no problem~

Read More: