Page not found (404)

Sorguyla eşleşen hiç Faaliyet Alanı bulunamadı
Request Method: GET
Request URL: https://izmitavukat.com/activity/5
Raised by: user_side.views.OurActivityAreasDetailView

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

  1. admin/
  2. [name='userindex']
  3. hakkımızda [name='userabout']
  4. galeri/ [name='usergallery']
  5. iletisim/ [name='usercontact']
  6. yararlılinkler [name='usefullinks']
  7. makaleler [name='userarticle']
  8. activity [name='useractivity']
  9. makale/<slug:slug> [name='article-detail']
  10. activity/<slug:slug> [name='activity-detail']

The current path, activity/5, matched the last one.

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.