Page not found (404)

Request Method: GET
Request URL: https://talap.org/page

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

  1. admin/
  2. i18n/
  3. ckeditor/
  4. captcha/
  5. i18n/
  6. api/token/ [name='token_obtain_pair']
  7. api/token/refresh/ [name='token_refresh']
  8. [name='home_url']
  9. about/ [name='about_url']
  10. contact/ [name='contact_url']
  11. ^media/(?P<path>.*)$
  12. accounts/
  13. ru/

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