USER STORY: Manage Contact Messages
Opened this issue · 0 comments
adamhatton commented
As an admin
I want to be able to manage contact messages
So that I know what I need to respond to
Acceptance Criteria
- Messages should be sent to the database so they can be managed from the admin panel
- Admin should be able to set messages as having been actioned
- Admin should be able to sort by date and actioned status
Tasks
- Add contact model to admin.py
- Add method for sorting
- Add admin Action for setting messages to completed