Page not found (404)

Request Method: GET
Request URL: http://onlineengineering.de/contact

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

  1. i18n/
  2. [name='showCouponList)']
  3. ^admin/
  4. ^accounts/login/$ [name='login']
  5. ^logout/$ [name='logout']
  6. admin/doc/
  7. ^password_change/$ [name='password_change']
  8. ^password_change/done/$ [name='password_change_done']
  9. cart/
  10. coupons/
  11. products/
  12. calendars/
  13. messanger/
  14. statistics/
  15. accounting/
  16. export/
  17. schedule/
  18. events/
  19. orders/
  20. settings/
  21. upload_game_data [name='uploadGamData']
  22. create_stats [name='createStats']
  23. ^static/(?P<path>.*)$

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