Page not found (404)

Request Method: GET
Request URL: https://visitsouthalbania.com/login_user/?id=19

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

  1. admin/
  2. /
  3. ^$ [name='index']
  4. ckeditor/
  5. explore/ [name='explore']
  6. explore_search/ [name='explore_search']
  7. business_application/ [name='business_application']
  8. subject/ [name='subject']
  9. review/ [name='review']
  10. success_review/ [name='success_review']
  11. hr_horeca/ [name='hr_horeca']
  12. hr_marketing/ [name='hr_marketing']
  13. horeca_search/ [name='horeca_search']
  14. post_a_job/ [name='post_a_job']
  15. apply_for_a_job/ [name='apply_for_a_job']
  16. book_now/ [name='book_now']
  17. success/ [name='success']
  18. try_again/ [name='try_again']
  19. subscribe/ [name='subscribe']
  20. blog/ [name='blog']
  21. article/ [name='article']
  22. blog_category/ [name='blog_category']
  23. terms_and_conditions/ [name='terms_and_conditions']
  24. refresh/ [name='refresh']
  25. refresh_number/ [name='refresh_number']
  26. download_data/ [name='download_data']
  27. export_job_applications_formular/ [name='export_job_applications_formular']
  28. ^images/(?P<path>.*)$

The current path, login_user/, 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.