Page not found (404)

Request Method: GET
Request URL: https://www.emir-reklam.com.tr/work/

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

  1. admin/
  2. [name='index']
  3. hakkimizda/ [name='about']
  4. hizmetlerimiz-detay/ [name='workdetail']
  5. hizmetlerimiz/ [name='work']
  6. acik-hava-reklam/ [name='acikhava']
  7. mimari-dis-cephe/ [name='mimari']
  8. e-ticaret/ [name='eticaret']
  9. matbaa-promosyon-urunleri/ [name='matbaa']
  10. profesyonel-fotografcilik/ [name='fotograf']
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

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