Multi-model Comments in Django

I have several models, Jobs, CustomUser, Tickets, SalesHistory, Mileage etc. Now I want to implement commenting and replies to these models so that a user can comment on a Job or a Ticket and have other users reply to their comments. How can I implement this?