Page not found (404)

No 海外專區 found matching the query
Request Method: GET
Request URL: http://mikan.com.tw/detail/1
Raised by: todo.views.AtDetailView

Using the URLconf defined in djangotodo.urls, Django tried these URL patterns, in this order:

  1. admin/
  2. [name='list']
  3. studio [name='studio']
  4. studio-yt [name='yt']
  5. service [name='service']
  6. price001 [name='price001']
  7. price002 [name='price002']
  8. price003 [name='price003']
  9. price004 [name='price004']
  10. pn [name='pn']
  11. sg [name='sg']
  12. pf [name='pf']
  13. cp [name='cp']
  14. pt [name='pt']
  15. at [name='at']
  16. fam [name='fam']
  17. detail/<int:pk> [name='detail']

The current path, detail/1, matched the last one.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.