in my django project,when i access localhost:8000 it say:
Page not found (404)
Request Method: GET
Request URL: http://127.0.0.1:8000/
the urls.py is:
^$/
hello/$
now/$
^add/$
todolist/$
userlist/$
admin/
^currenturl/$
task/addUI/$
task/addUI/taskadd/$
the django version is 1.3.3
what’s problems ,thanks in advance
There’s a typo in your first route, it should be
^/$