[Answer]-How do you add a method to the Django admin documentation for the model?

1👍

On the admindoc page of the Django Documentation, it shows that you just have to use a tripple quote comment within the method and it will put it on up there!

https://docs.djangoproject.com/en/1.3/ref/contrib/admin/admindocs/

Leave a comment