Skip to content

Commit

Permalink
Add link to django documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Oct 3, 2024
1 parent 803ede2 commit 5cfe96f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ django-help uses django-translated-fields to provide robust multi-language suppo

### Configuration

1. Define your project's languages in your Django settings:
1. Define your project's languages in your project's settings, per Django's [translations documentation]:

```python
LANGUAGE_CODE = 'en'
Expand Down Expand Up @@ -321,3 +321,4 @@ This project was generated from [@OmenApps]'s [Cookiecutter Django Package] temp
[license]: https://github.com/OmenApps/django-help/blob/main/LICENSE
[contributor guide]: https://github.com/OmenApps/django-help/blob/main/CONTRIBUTING.md
[command-line reference]: https://django-help.readthedocs.io/en/latest/usage.html
[translations documentation]: https://docs.djangoproject.com/en/stable/topics/i18n/translation/

0 comments on commit 5cfe96f

Please sign in to comment.