Page not found (404)

Request Method: GET
Request URL: https://ustamcepte.net/privacy

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

  1. ^$ [name='home']
  2. ^accounts/
  3. ^post/
  4. ^google_accounts/
  5. ^ustamcepte_admin/
  6. ^mobilhome/$ [name='mobil_home']
  7. ^destek/$ [name='destek']
  8. ^deleteuserdata/$ [name='delete_user_page']
  9. ^gizlilik-sozlesmesi [name='gizlilik-sozlesmesi']
  10. ^media/(?P<path>.*)$

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