mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2025-03-13 07:15:47 +03:00
Add a diagram for the service layer
This commit is contained in:
parent
96db6f42f2
commit
10eaba3319
|
@ -367,6 +367,10 @@ Services are where business logic lives.
|
|||
|
||||
The service layer speaks the specific domain language of the software, can access the database & other resources & can interact with other parts of your system.
|
||||
|
||||
Here's a very simple diagram, positioning the service layer in our Django apps:
|
||||
|
||||

|
||||
|
||||
A service can be:
|
||||
|
||||
- A simple function.
|
||||
|
|
Loading…
Reference in New Issue
Block a user