1👍
✅
Remove the dollar sign from the regex in the project urls.py
:
urlpatterns = patterns('',
url(r'^', include('siteadmin.urls')),
)
Source:stackexchange.com