Django Boundaries - Models and Views are Not Enough
Too Long; Didn't Read
Django is a web framework for perfectionists with deadlines. Django's style guide defines theof where the business rules, should be placed while working in Django. Django Boundaries - Models and Views are Not Enough. Services and selectors serve the business logic, which we can call as: Services. Selectors return what we ask for. Services satisfy the business needs and do operations that the. business needs. For example: Sending an email, creating a user, Creating a user. Creating a blog post, Blocking a user or Blocking the user, creating. a comment etc. It'll pay the bare bare overhead but it'll pay off.