mirror of https://github.com/rq/rq.git
Quote file name.
This commit is contained in:
parent
558e56a149
commit
f2a2cb29a0
|
@ -10,7 +10,7 @@ a "Django context". Possibly, you have to write a custom Django management
|
||||||
command to do so. In many cases, however, setting the `DJANGO_SETTINGS_MODULE`
|
command to do so. In many cases, however, setting the `DJANGO_SETTINGS_MODULE`
|
||||||
environmental variable will already do the trick.
|
environmental variable will already do the trick.
|
||||||
|
|
||||||
If settings.py is your Django settings file (as it is by default), use this:
|
If `settings.py` is your Django settings file (as it is by default), use this:
|
||||||
|
|
||||||
{% highlight console %}
|
{% highlight console %}
|
||||||
$ DJANGO_SETTINGS_MODULE=settings rqworker high default low
|
$ DJANGO_SETTINGS_MODULE=settings rqworker high default low
|
||||||
|
|
Loading…
Reference in New Issue