天天看點

Fix the problem ''set object is not reversible" in Django

Background

I meet a problem when using Django. The trace is set object is not reversible.

reason

In the file urls.py, the data structure urlpatterns should be the set rather than map, so I need use the [] but I write it wrong to {}