Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:9000/company/?uin=6cba3f04142000c1

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

  1. admin/
  2. djadmin/
  3. hot/
  4. company/ <cname>/<int:t> [name='comindex']
  5. company/ <cname> [name='comindex']
  6. company/ info/<cname> [name='cominfo']
  7. company/ news/<cname> [name='comnews']
  8. company/ acns/<cname> [name='comacns']
  9. company/ finance/<cname> [name='comfinance']
  10. company/ search [name='comsearch']
  11. about/
  12. about/<int:id>
  13. stock/
  14. news/<int:t> [name='news']
  15. news/ [name='news']
  16. bbs/
  17. blog/
  18. contact/
  19. contact/ajax_val
  20. contact/add
  21. contact/refresh
  22. search/
  23. search/result
  24. search/notation
  25. search/label
  26. captcha/
  27. user/
  28. ueditor/
  29. sms/reg/<phone>
  30. ^media\/(?P<path>.*)$
  31. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  32. robots.txt
  33. BingSiteAuth.xml
  34. yandex_f28d3d0ed9e8e55c.html
  35. naverd5f460720d6262c3113862e864850766.html
  36. sogousiteverification.txt

The current path, company/, didn’t match any of these.

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.