Page not found (404)

Request Method: GET
Request URL: https://www.hindisexstories.blog/register

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

  1. admin/
  2. accounts/
  3. [name='index']
  4. top-liked/ [name='top_liked']
  5. top-read/ [name='top_read']
  6. recommended/ [name='recommended']
  7. tag/<slug>/ [name='tag']
  8. category/<slug>/ [name='category']
  9. search/ [name='search']
  10. categories/ [name='categories']
  11. tags/ [name='tags']
  12. tag/ [name='tags']
  13. author/<username>/ [name='author']
  14. 2257/ [name='2257']
  15. write/ [name='write']
  16. contact/ [name='contact']
  17. add-post/ [name='add_post']
  18. add-tag/ [name='add_tag']
  19. add-category/ [name='add_category']
  20. add-query/ [name='add_query']
  21. add-all-queries/ [name='add_all_queries']
  22. like/<post_id>/ [name='like_post']
  23. update-views/<post_id>/ [name='update_views']
  24. story/<path:path> [name='story_redirect']
  25. <pk>/<slug>/ [name='post']
  26. sitemap.xml [name='django.contrib.sitemaps.views.index']
  27. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  28. ^media/(?P<path>.*)$

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