跳至内容
菜单
此问题已终结
1 回复
2633 查看

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

形象
丢弃