PythonBulawayo / ChitChat

22 stars 24 forks source link

Improve how posts look in the admin #36

Open terrameijar opened 7 months ago

terrameijar commented 7 months ago

The way posts are rendered in the Django Admin does not provide any helpful information about the post or its author. Change how the Admin displays the post information. We can display the post author's username when the post was created and a few characters of the post body. This is a straightforward change that can be made by adding a __str__() method to the Post Model.

This is what we currently have: image

We want to have something like this:

image

terrameijar commented 6 months ago

This issue depends on PR #8 getting merged.

code-master-ajay commented 6 months ago

Hi @terrameijar, i would like to take this up, can you merge the PR #8 , so this can be done ?

terrameijar commented 6 months ago

@code-master-ajay thanks for offering to take it up. This issue is blocked by #8. Once @mpumzee reviews and merges PR #38 you can take it up.

terrameijar commented 6 months ago

Hi @code-master-ajay , #8 was merged recently so you can now take this task on.

code-master-ajay commented 6 months ago

@terrameijar sure thanks