princekhunt / privateping

PrivatePing is a secure messaging application built on Python's Django framework, providing end-to-end encryption for messages exchanged between users.
https://privateping.bytespot.tech
MIT License
125 stars 30 forks source link

Customize Admin Interface for UserProfile, Friends, and Keys Models #53

Closed snipher-marube closed 4 days ago

snipher-marube commented 5 days ago

Summary:

This pull request introduces custom admin configurations for the UserProfile, Friends, and Keys models. These changes enhance the usability and functionality of the admin interface by providing better search, filter, and display options.

Changes Made:

  1. UserProfileAdmin:
  1. FriendsAdmin:
  1. KeysAdmin:

Testing

Additional Notes:

Thank you for reviewing this pull request!