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 {}
I meet a problem when using Django. The trace is set object is not reversible.
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 {}