Page not found (404)

“/Odo/site/public/statics/Y3RybC5hc3A/P2lkPTcsNyZwYWdlPTM=.html” does not exist
Request Method: GET
Request URL: https://odosmart.com/statics/Y3RybC5hc3A/P2lkPTcsNyZwYWdlPTM%3D.html
Raised by: django.views.static.serve

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

  1. admin/
  2. api/master/
  3. api/
  4. api/userapp/
  5. ^$
  6. ^(?!/?statics/)(?!/?media/)(?P<path>.*\..*)$
  7. ^media/(?P<path>.*)$
  8. ^statics/(?P<path>.*)$

The current path, statics/Y3RybC5hc3A/P2lkPTcsNyZwYWdlPTM=.html, 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.