Page not found (404)

Request Method: GET
Request URL: http://0.0.0.0:7000/flatpage/kak-kreditnyj-rejting/
Raised by: site_content.views.flatpage.FlatPageView

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

  1. fintech/
  2. template_preview/ [name='get_preview']
  3. profile/ [name='profile']
  4. profile/personal-info [name='profile-personal']
  5. profile/bonuses [name='profile-bonuses']
  6. result/ [name='result']
  7. res-2/ [name='result2']
  8. res-3/ [name='result3']
  9. new-mfo/ [name='new-mfo']
  10. pogodzheno/ [name='pogodzheno']
  11. offers/ [name='offers']
  12. get_src/ [name='get_src']
  13. logout/ [name='logout']
  14. auth/login/ [name='auth-login']
  15. ^login/(?P<phone>380[\d]{9})/$ [name='login_with_phone']
  16. auth/restore/ [name='auth-restore']
  17. [name='auth-register']
  18. password_sms_change/ [name='change_sms_password']
  19. auth/change_password/ [name='auth-change-password']
  20. createbid/ [name='create-bid']
  21. jet/
  22. jet/dashboard/
  23. flatpage/<slug:slug>/ [name='flatpage']

The current path, flatpage/kak-kreditnyj-rejting/, 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.