Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2635 Prikazi

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

Avatar
Opusti
Best Answer

You need to modify the model

website_blog.py

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

Avatar
Opusti