We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbeebb commit e76dd36Copy full SHA for e76dd36
README.md
@@ -25,7 +25,7 @@ of commands that we typically run to generate package artifacts (like migrations
25
javascript). The deploy routine will be a collection of commands we typically run when deploying
26
the site for the first time on a new server or when we deploy version updates on the server.
27
28
-**Routines commands are run in the order they are registered, or by priority.**
+**Routines commands are run in the order they are registered, or by [priority](#priorities).**
29
30
```python
31
from django_routines import RoutineCommand, command, routine
0 commit comments