Page not found (404)

Request Method: GET
Request URL: https://crowdinform.com/it/language/french/

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

  1. it/ social-auth/
  2. it/ crowdfunding-platforms [name='platforms']
  3. it/ crowdfunding-platforms/country/<str:country_slug> [name='country-platforms']
  4. it/ get-platforms/country/<str:country_slug> [name='get-country-platforms']
  5. it/ crowdfunding-platforms/type/<str:type_slug> [name='type-platforms']
  6. it/ get-platforms/type/<str:type_slug> [name='get-type-platforms']
  7. it/ get-platforms/ [name='get_platforms']
  8. it/ filter/ [name='filter']
  9. it/ get-type/ [name='get_type']
  10. it/ get-country/ [name='get_country']
  11. it/ get-language/ [name='get_language']
  12. it/ get-currency/ [name='get_currency']
  13. it/ crowdfunding-platforms/<str:slug> [name='platform_detail']
  14. it/ check-rating-platform/<int:id> [name='check_rating_platform']
  15. it/ rate-platform/<int:id> [name='rate_platform']
  16. it/ get-platform-reviews/<int:id> [name='get_platform_reviews']
  17. it/ news/<int:id> [name='news']
  18. it/ like/review/<int:review_id> [name='like_review']
  19. it/ dislike/review/<int:review_id> [name='dislike_review']
  20. it/ home/ [name='home']
  21. it/ account/ [name='account']
  22. it/ profile-edit/ [name='profile_edit']
  23. it/ picture-change/ [name='picture_change']
  24. it/ change-password/ [name='change_password']
  25. it/ login/ [name='login']
  26. it/ signup/ [name='signup']
  27. it/ verify-grecaptcha/ [name='verify_grecaptcha']
  28. it/ logout/ [name='logout']
  29. it/ [name='home']
  30. it/ about [name='about']
  31. it/ terms-conditions [name='term_condition']
  32. it/ privacy-policy [name='privacy-policy']
  33. it/ ^crowdfunding-projects/$ [name='project_list']
  34. it/ crowdfunding-projects/country/<str:country_slug> [name='country-projects']
  35. it/ get-projects/country/<str:country_slug> [name='get-country-projects']
  36. it/ crowdfunding-projects/type/<str:type_slug> [name='type-projects']
  37. it/ get-projects/type/<str:type_slug> [name='get-type-projects']
  38. it/ crowdfunding-projects/<str:slug> [name='project_detail']
  39. it/ get-project-total/ [name='get_project_total']
  40. it/ project-filter/ [name='project_filter']
  41. it/ get-projects/ [name='get_projects']
  42. it/ get-project-type/ [name='get_project_type']
  43. it/ get-project-country/ [name='get_project_country']
  44. it/ get-project-platform/ [name='get_project_projects']
  45. it/ get-project-industry/ [name='get_project_projects']
  46. it/ like-project/ [name='like_project']
  47. it/ ^articles/$ [name='article_list']
  48. it/ articles/<str:slug> [name='article_detail']
  49. it/ article-like/ [name='article_like']
  50. it/ article-comment/<int:id> [name='article_comment']
  51. it/ get-article-comments/<int:id> [name='get_article_comment']
  52. it/ ckeditor/
  53. it/ password-reset/ [name='password_reset']
  54. it/ password-reset-mail/done/ [name='password_reset_done']
  55. it/ password/reset/<uidb64>/<token>/ [name='password_reset_confirm']
  56. it/ password-reset/done/ [name='password_reset_complete']
  57. admin/
  58. robots.txt
  59. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  60. ^mediafiles/(?P<path>.*)$

The current path, it/language/french/, 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.