Page not found (404)

Request Method: GET
Request URL: http://localhost/%25D8%25A7%25D9%2584%25D9%2585%25D8%25B3%25D8%25AA%25D8%25AE%25D8%25AF%25D9%2585/%25D8%25A7%25D9%2584%25D9%2585%25D9%2584%25D9%2581-%25D8%25A7%25D9%2584%25D8%25B4%25D8%25AE%25D8%25B5%25D9%258A/%25D8%25A7%25D9%2584%25D8%25AF%25D9%2583%25D8%25AA%25D9%2588%25D8%25B1-%25D8%25AD%25D8%25B3%25D9%2586-%25D8%25A7%25D8%25A8%25D8%25B1%25D8%25A7%25D9%2587%25D9%258A%25D9%2585-%25D8%25AE%25D9%2584%25D9%258A%25D9%2581%25D8%25A9

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

  1. i18n/
  2. filebrowser/
  3. grappelli/
  4. madb/
  5. [name='home']
  6. خروج/ [name='logout']
  7. subscribe/ [name='subscribe']
  8. category/<int:category_id>/articles/ [name='get_category_articles']
  9. بحث/ [name='search']
  10. health_check [name='health_check']
  11. create-comment [name='global_create_comment']
  12. add-interaction/<int:pk>/<str:app_label>/<str:model_name>/ [name='add_interaction']
  13. مقدمي-الخدمة/<str:type> [name='service_providers_list']
  14. ادارة/ [name='index']
  15. انشاء/ [name='create']
  16. <str:slug>/تعديل/ [name='edit']
  17. احذف/<int:pk> [name='delete']
  18. إدارة-التفعيل/<int:pk> [name='activation']
  19. <str:slug> [name='category']
  20. category/<path:categories_slug>/<str:slug>/ [name='sub_category']
  21. category/<str:slug>/ [name='sub_category']
  22. <str:slug>/ [name='article']
  23. الكلمة-المفتاحية/<str:slug>/ [name='tag_articles']
  24. read-count/<int:pk>/ [name='add_read_count']
  25. /تعليق/ [name='create_comment']
  26. article-interaction/<int:pk>/ [name='article_interaction']
  27. المستخدم/
  28. tinymce/
  29. اسئلة-طبية/
  30. email/
  31. site/sitemap.xml/ [name='django.contrib.sitemaps.views.sitemap']
  32. ^media/(?P<path>.*)$

The current path, %D8%A7%D9%84%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85/%D8%A7%D9%84%D9%85%D9%84%D9%81-%D8%A7%D9%84%D8%B4%D8%AE%D8%B5%D9%8A/%D8%A7%D9%84%D8%AF%D9%83%D8%AA%D9%88%D8%B1-%D8%AD%D8%B3%D9%86-%D8%A7%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D8%AE%D9%84%D9%8A%D9%81%D8%A9, 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.