mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-25 19:13:45 +03:00
Merge pull request #21 from HackSoftware/fix-readmy-typos
Fix README typos
This commit is contained in:
commit
cd528118c0
|
@ -587,7 +587,7 @@ project_name
|
|||
│ ├── models
|
||||
│ │ └── test_some_model_name.py
|
||||
│ ├── selectors
|
||||
│ │ └── test_some_selector_name.pyy
|
||||
│ │ └── test_some_selector_name.py
|
||||
│ └── services
|
||||
│ ├── __init__.py
|
||||
│ └── test_some_service_name.py
|
||||
|
@ -786,7 +786,7 @@ def buy_item(
|
|||
The service:
|
||||
|
||||
* Calls a selector for validation
|
||||
* Create ORM object
|
||||
* Creates ORM object
|
||||
* Calls a task
|
||||
|
||||
**Those are our tests:**
|
||||
|
|
Loading…
Reference in New Issue
Block a user