Convention for models.py order

1. constants or list of choices

2. full list of fields

3. Meta class

4. __unicode__() method

5. save()

6. get_absolute_url()

7. any additional custom methods

Leave a comment