Page not found (404)

No such post was found with that URL
Request Method: GET
Request URL: http://sndup.net/register/
Raised by: sndup.views.post.post_info

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

  1. [name='home']
  2. post.php
  3. <str:urlstr>/a
  4. <str:urlstr>/d
  5. <str:urlstr>/m
  6. admin/
  7. accounts/
  8. contact [name='contact']
  9. terms [name='terms']
  10. privacy [name='privacy']
  11. ads.txt [name='adstxt']
  12. <str:urlstr>/

The current path, register/, matched the last one.

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.