Forums

url not found error

This code works fine in my localhost but it gives url not found in pythonanywhere server.

here is the url: path('/stumart/productinfo/<uuid:uniquevalue>',views.productinfo,name="productinfo"), whenever i click on a item it sends its id as uniquevalue parameter.But i am getting this error: Page not found (404) Request Method: GET Request URL: http://loneranger23.pythonanywhere.com/stumart/productinfo/085246fc-76b2-4287-aa61-0f2912a5a6cb

Do you have "085246fc-76b2-4287-aa61-0f2912a5a6cb" in your database?