[Fixed]-How to modify admin page to add extra columns?

1👍

you don’t need to use Meta class in your admin class. when you want to add database columns to your admin UI just pass them in your list_display=['title', 'timestamp',] array

Leave a comment