Page not found (404)

Request Method: GET
Request URL: http://adityaca.com/ad/

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

  1. admin/
  2. [name='home']
  3. about-us/ [name='about']
  4. services/ [name='services']
  5. team/ [name='team']
  6. aditya/ [name='aditya']
  7. tax/ [name='tax']
  8. contact/ [name='contact']
  9. ckeditor/
  10. reset_password [name='reset_password']
  11. reset_password_sent [name='password_reset_done']
  12. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  13. reset_password_complete/ [name='password_reset_complete']
  14. ^media/(?P<path>.*)$
  15. ^static/(?P<path>.*)$

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