Skip to content

Commit

Permalink
(feat) upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atsanda committed Mar 25, 2021
1 parent 514cbaf commit a1ee06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The app implements several apis:
There are several core files for processing each of them:
* a request is recieved inside [views](candy_shop/apps/delivery/views.py),
* then deserialized and validated inside [serializers](candy_shop/apps/delivery/serializers.py),
* business logic is applied from [services],(candy_shop/apps/delivery/services.py)
* business logic is applied from [services](candy_shop/apps/delivery/services.py),
* comlex queries are added moved to [models](candy_shop/apps/delivery/models.py).

## Installation
Expand Down

0 comments on commit a1ee06f

Please sign in to comment.