Skip to content

Commit bfbeebb

Browse files
committed
readme updates
1 parent f8921e7 commit bfbeebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Configure batches of Django management commands in your settings files and run them all at once.
1717
For example, batch together your common database maintenance tasks, deployment routines or any
1818
other set of commands you need to run together. This helps single source general site maintenance
19-
into your settings files keeping your code base [DRY]().
19+
into your settings files keeping your code base [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself).
2020

2121
## Example
2222

@@ -180,4 +180,4 @@ When specifying arguments you may add them to the command tuple OR specify them
180180
]
181181
```
182182

183-
*You only need to install django_typer as an app if you want to use the shellcompletion command to* [enable tab-completion](https://django-typer.readthedocs.io/en/latest/shell_completion.html) *or if you would like django-typer to install* [rich traceback rendering](https://django-typer.readthedocs.io/en/latest/howto.html#configure-rich-stack-traces) *for you - which it does by default if rich is also installed.*
183+
*You only need to install django_typer as an app if you want to use the shellcompletion command to [enable tab-completion](https://django-typer.readthedocs.io/en/latest/shell_completion.html) or if you would like django-typer to install [rich traceback rendering](https://django-typer.readthedocs.io/en/latest/howto.html#configure-rich-stack-traces) for you - which it does by default if rich is also installed.*

0 commit comments

Comments
 (0)