Page not found (404)

Request Method: GET
Request URL: http://localhost/%25D9%2585%25D9%2582%25D8%25AF%25D9%2585%25D9%258A-%25D8%25A7%25D9%2584%25D8%25AE%25D8%25AF%25D9%2585%25D8%25A9/%25D8%25A3%25D8%25B7%25D8%25A8%25D8%25A7%25D8%25A6%25D9%2586%25D8%25A7

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, %D9%85%D9%82%D8%AF%D9%85%D9%8A-%D8%A7%D9%84%D8%AE%D8%AF%D9%85%D8%A9/%D8%A3%D8%B7%D8%A8%D8%A7%D8%A6%D9%86%D8%A7, 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.