Search Results

1
vote
3answers
90 views

where to put method that works on a model

I'm working with Django. I have a model called Agrument. Arguments have sides and owners. I have a function that returns back the side of the most recent argument of a certain user. …