Page not found (404)

Request Method: GET
Request URL: http://www.luaneo.com/p-contact.html

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

  1. ^static/(?P<path>.*)$ [name='static']
  2. admin/
  3. [name='home']
  4. index/ [name='index']
  5. products/ [name='products']
  6. detail/ [name='detail']
  7. technical_support/ [name='technical']
  8. contact_us/ [name='contact_us']
  9. join_us/ [name='join_us']
  10. about/ [name='about']
  11. news/ [name='news']
  12. company_style/ [name='company_style']
  13. application_cases/ [name='application_cases']
  14. get_img [name='getProductImg']
  15. get_products_data [name='get_products_data']
  16. get_detail_data [name='get_detail_data']
  17. http_404 [name='http_404']
  18. get_news_data [name='getNewsData']
  19. getTechnicalSupportData [name='getTechnicalSupportData']
  20. getApplicationCasesData [name='getApplicationCasesData']
  21. get_companystyle_data [name='get_companystyle_data']

The current path, p-contact.html, 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.