Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
2659 Tampilan

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

Avatar
Buang
Jawaban Terbai

You need to modify the model

website_blog.py

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

Avatar
Buang