Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2681 มุมมอง

I can't seem to figure out how to change the date of a blogpost. Can anyone help me?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

You need to modify the model

website_blog.py

        'create_date': fields.datetime(
            'Created on',
            select=True, readonly=True,
        ),

อวตาร
ละทิ้ง