Page not found (404)

Request Method: GET
Request URL: http://www.ozkandurakoglu.com/contact/

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

  1. admin/
  2. baton/
  3. accounts/register/ [name='django_registartion_register']
  4. accounts/
  5. accounts/
  6. api/
  7. api-auth/
  8. api/rest-auth/registration/
  9. api/rest-auth/
  10. photologue/
  11. api/
  12. [name='home']
  13. about/ [name='about']
  14. contacts/ [name='contact']
  15. pages/
  16. ckeditor/
  17. api/token/ [name='token_obtain_pair']
  18. api/token/refresh/ [name='token_refresh']
  19. ^static/(?P<path>.*)$
  20. ^media/(?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.