Page not found (404)

Request Method: GET
Request URL: https://tarefe.de/lead/create/sim-card/

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

  1. change-lang [name='change_lang']
  2. qr/
  3. search/ [name='search']
  4. [name='home']
  5. contact-us/ [name='contact-us']
  6. about-us/ [name='about-us']
  7. admin/filebrowser/
  8. grappelli/
  9. admin/
  10. success/ [name='success']
  11. lead/ home-create/ [name='home-create']
  12. lead/ api/v0/
  13. cost-estimation/
  14. blog/
  15. comment/
  16. ticket/
  17. tinymce/
  18. telegram/
  19. service/
  20. faq/
  21. shope/
  22. letters/
  23. service-provider/
  24. sliders/
  25. extra-service/
  26. counter/
  27. email/
  28. account/
  29. notification/
  30. sale-opportunity/
  31. referral-code/
  32. token/ [name='token']
  33. token/refresh/ [name='token-refresh']
  34. de/
  35. datenschutz/ [name='privacy-policy']
  36. Impressum/ [name='terms-and-conditions']
  37. agb/ [name='agb']
  38. crm-file/
  39. api/v0/swagger/ [name='schema-swagger-ui']
  40. api/v0/redoc/ [name='schema-redoc']
  41. ^uploaded/(?P<path>.*)$
  42. ^statics/(?P<path>.*)$

The current path, lead/create/sim-card/, 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.