跳至內容
選單
此問題已被標幟
1 回覆
2660 瀏覽次數

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,
        ),

頭像
捨棄