Will it be my blogging platform

So far so good.

  • list

  • just

  • works

Testing a few elements

testing screenshoot new file

This one is code

from <models_directory> import models 
def updateItem(request):
    data = json.loads(request.body)
    productId = data['productId']
    product = models.Product.objects.get(id=productId)
    # and other...