Page not found (404)

“/home/goldlxve/global/static/images/static/syo/pace.min.js” does not exist
Request Method: GET
Request URL: https://dash.goldenglobalpro.ltd/static/syo/pace.min.js
Raised by: django.views.static.serve

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

  1. accounts/
  2. login/ [name='login']
  3. admin/
  4. transactions/
  5. email-signup/ [name='email-list-signup']
  6. pro [name='logs']
  7. [name='login']
  8. about/ [name='about']
  9. terms/ [name='terms']
  10. contact/ [name='contact_us']
  11. security/ [name='security']
  12. disclaimer/ [name='disclaimer']
  13. halal/ [name='halal']
  14. forex/ [name='forex']
  15. retirement/ [name='retirement']
  16. arbitrage/ [name='arbitrage']
  17. email/ [name='email']
  18. invitation/ [name='email_invite']
  19. investment/ [name='investment']
  20. email_redirect/ [name='e_rediect']
  21. post/<slug:slug>/ [name='news']
  22. process_order/ [name='process_order']
  23. dash/ [name='dash']
  24. webtrading/ [name='webtrading']
  25. trading/ [name='trading']
  26. investments/ [name='investments']
  27. mining/ [name='mining']
  28. popup/ [name='popup']
  29. dash_depo/ [name='dashh']
  30. fund/ [name='fund']
  31. news/
  32. contact/ [name='contact']
  33. referrals/
  34. aboutus/ [name='aboutus']
  35. password_reset/ [name='admin_password_reset']
  36. admin/password_reset/done/ [name='password_reset_done']
  37. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  38. reset/done/ [name='password_reset_complete']
  39. summernote/
  40. ^(?P<path>.*)$

The current path, static/syo/pace.min.js, 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.