1 thought on “What’s your best tip for designing django models?”

  1. I guess my tip would be any code that interacts with the model should be put in the model. The rest of your code will turn out so much clearer.
    When I first start I only defined the models attributes, and then did the model manipulation in the view… your views will very quickly become less clear..

    Reply

Leave a Comment