aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-06-06 16:21:28 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-06-06 16:21:28 +0300
commit4b2d491c2908ec6b677fe494547774bf7d323cb5 (patch)
tree33ded17f17e2113d7236bac6519f54cb7ce8d914 /README.md
parentff6433f6410f1669e74dcb933250e543f8223cd7 (diff)
downloadServo-4b2d491c2908ec6b677fe494547774bf7d323cb5.tar.gz
Servo-4b2d491c2908ec6b677fe494547774bf7d323cb5.tar.bz2
Servo-4b2d491c2908ec6b677fe494547774bf7d323cb5.zip
Fix django.core.exceptions.AppRegistryNotReady in scheduler
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index feb29f9..d33c6ac 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ For testing, you can run Servo without any extra setup:
If you want to run rules, set ENABLE_RULES = True and start the worker task and scheduler:
- $ ./manage.py rqworker &
+ $ rq worker --with-scheduler &
$ ./manage.py scheduler
Then fire up your browser and got to [http://localhost:8000/](http://localhost:8000/)