From 4b2d491c2908ec6b677fe494547774bf7d323cb5 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 6 Jun 2021 16:21:28 +0300 Subject: Fix django.core.exceptions.AppRegistryNotReady in scheduler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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/) -- cgit v1.2.3