Giới thiệu sản phẩm
from django.db import models
class Home(models.Model):
title= models.CharField(max_length=255)
content = models.TextField()
created_at= models.DateTimeField(auto_now_add=True)
image= models.ImageField(upload_to='images/', blank=True, null=True)
def _str_(self):
return self.title
Hình ảnh sản phẩm

Sản phẩm cùng tác giả
Sản phẩm liên quan
Không có sản phẩm nào
Đăng nhập để tham gia bình luận