Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8000/action/24/www.facebook.com/andreevskiebani.ru

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

  1. admin/
  2. ckeditor/
  3. ^$ [name='index']
  4. menu/
  5. price/
  6. services/
  7. forbany/
  8. gallery/
  9. regulation/
  10. contacts/
  11. action/ ^$ [name='list_actions']
  12. action/ ^(?P<section_pk>\d+)/$ [name='action']
  13. action/ ^tinymce/
  14. certificate/
  15. booking/
  16. captcha/

The current path, action/24/www.facebook.com/andreevskiebani.ru, 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.