Page not found (404)

“/home/www-django/raincatcher.tech/raincatcher/ar/super-solutions” does not exist
Request Method: GET
Request URL: http://127.0.0.1:8000/ar/super-solutions/
Raised by: django.views.static.serve

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

  1. admin/
  2. [name='home']
  3. fr/ [name='homefr']
  4. ar/ [name='homear']
  5. contacts/ [name='contacts']
  6. login/ [name='login']
  7. logout/ [name='logout']
  8. password_change/ [name='password_change']
  9. password_change/done/ [name='password_change_done']
  10. password_reset/ [name='password_reset']
  11. password_reset/done/ [name='password_reset_done']
  12. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  13. reset/done/ [name='password_reset_complete']
  14. intranet/ [name='intranet']
  15. intranet/
  16. downloadVid [name='downloadVid']
  17. downloadICBA [name='downloadICBA']
  18. downloadLogist [name='downloadLogist']
  19. news/
  20. ^(?P<path>.*)$

The current path, ar/super-solutions/, matched the last one.

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.