summaryrefslogtreecommitdiff
path: root/docs/patterns/django.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/patterns/django.md')
-rw-r--r--docs/patterns/django.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/patterns/django.md b/docs/patterns/django.md
index 4f0fc9b..bb83559 100644
--- a/docs/patterns/django.md
+++ b/docs/patterns/django.md
@@ -18,6 +18,6 @@ environmental variable will already do the trick.
If `settings.py` is your Django settings file (as it is by default), use this:
-{% highlight console %}
+```console
$ DJANGO_SETTINGS_MODULE=settings rq worker high default low
-{% endhighlight %}
+```