[Fixed]-Django cannot redict some of urls with uwsgi

1👍

You need to add end of the line anchor $

url(r'^$', views.index, name='index'),

Leave a comment