I am doing an ecommerce project for deployment in pythonanywhere.com, some error is coming I would really appreciate if any one could help me to find out the problem as I am a basic learner TIA
I have developed a online book store application with python and django,I have two MySQL tables for category and products , while running in local host it works perfectly, but the deployment in pythonanywhere only got problem in images field, also static path given
I found that the problem was one of the image field was none, I checked the admin panel where all the records had images except one row with image attribute empty.After adding image it works perfectly.