Skip to content

Commit 3acce45

Browse files
authored
Merge pull request #137 from luigibertaco/master
fix: Django-Styleguide-Example reference links
2 parents e4ed9af + 4f0206a commit 3acce45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This is the Django Styleguide, created by us, the folks at [HackSoft](https://ha
9797
1. It's pragmatic. All things mentioned here are things tested in production.
9898
1. It's opinionated. This is how we build applications with Django.
9999
1. It's not the only way. There are other ways of building & structuring Django projects that can do the job for you.
100-
1. We have a [`Django-Styleguide-Example`](https://github.com/HackSoftware/Styleguide-Example) to show most of the styleguide in an actual project.
100+
1. We have a [`Django-Styleguide-Example`](https://github.com/HackSoftware/Django-Styleguide-Example) to show most of the styleguide in an actual project.
101101

102102
**You can watch Radoslav Georgiev's [Django structure for scale and longevity](https://www.youtube.com/watch?v=yG3ZdxBb1oo) for the philosophy behind the styleguide:**
103103

@@ -2450,7 +2450,7 @@ We use [Celery](http://www.celeryproject.org/) for the following general cases:
24502450

24512451
We try to treat Celery as if it's just another interface to our core logic - meaning - **don't put business logic there.**
24522452

2453-
Lets look at an example of a **service** that sends emails (example taken from [`Django-Styleguide-Example`](https://github.com/HackSoftware/Django-Styleguide))
2453+
Lets look at an example of a **service** that sends emails (example taken from [`Django-Styleguide-Example`](https://github.com/HackSoftware/Django-Styleguide-Example))
24542454

24552455
```python
24562456
from django.db import transaction

0 commit comments

Comments
 (0)