Page not found (404)

Request Method: GET
Request URL: https://www.juristnet.ro/index.php?page=dm-concedierea

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

  1. ^__debug__/
  2. ^sitemap1\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  3. ^admin/
  4. ^chaining/
  5. ^anunturi/
  6. ^documentatie/
  7. ^ckeditor/
  8. ^accounts/signup/$
  9. ^accounts/
  10. ^accounts/(?P<username>[\@\.\+\w-]+)/anunturi/delete/(?P<slug>[\w-]+) [name='anuntdelete']
  11. ^accounts/(?P<username>[\@\.\+\w-]+)/anunturi/edit/(?P<slug>[\w-]+) [name='anuntupdate']
  12. ^accounts/(?P<username>[\@\.\+\w-]+)/anunturi/ [name='anunturiuser']
  13. ^forum/
  14. ^$ [name='index']
  15. ^despre-noi/$ [name='desprenoi']
  16. ^(mugshots/.*)$
  17. ^messages/
  18. ^oferte/
  19. ^contact/
  20. ^captcha/
  21. ^entry_page/(?P<entry_page_id>\d+)/update_comments/$ [name='entry_page_update_comments']
  22. ^(?P<blog_path>[-\w\/]+)/(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<slug>[-\w]+)/$ [name='entry_page_serve_slug']
  23. ^(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<slug>[-\w]+)/$ [name='entry_page_serve']
  24. ^(?P<blog_path>[-\w\/]+)/feed/$ [name='blog_page_feed_slug']
  25. ^feed/$ [name='blog_page_feed']
  26. ^blog_admin/
  27. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  28. ^_util/login/$ [name='wagtailcore_login']
  29. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  30. ^search/
  31. ^documents/
  32. ^sitemap\.xml$
  33. ^media\/(?P<path>.*)$
  34. ^static\/(?P<path>.*)$
  35. ^media\/images\/(?P<path>.*)$

The current URL, index.php, 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.