Page not found (404)

Request Method: GET
Request URL: http://www.siroca.com/en/projects/mobilnye-prilozheniya/None

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

  1. en/ rosetta/
  2. en/ jet/
  3. en/ admin/
  4. en/ ckeditor/
  5. en/ [name='index']
  6. en/ ajax-post-form/ [name='post-contact']
  7. en/ check-captcha/ [name='check-captcha']
  8. en/ policy/ [name='policy-page']
  9. en/ projects/ <str:slug>/ [name='project_page_url']
  10. en/ developments/
  11. en/ integration
  12. en/ support/
  13. en/ sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  14. en/ robots.txt [name='robots_txt']
  15. ^media/(?P<path>.*)$
  16. ^staticfiles/(?P<path>.*)$

The current path, en/projects/mobilnye-prilozheniya/None, 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.