From 0107ce2cee5ca67fae14f201f7330de86ba543b5 Mon Sep 17 00:00:00 2001 From: Tushar912 Date: Sun, 22 Nov 2020 19:01:02 +0530 Subject: [PATCH] add info in readme Signed-off-by: Tushar912 --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 2c05c0fbb..afb291301 100644 --- a/README.rst +++ b/README.rst @@ -147,6 +147,12 @@ Data import DJANGO_DEV=1 python manage.py import --all +It is not required to run all the importers . In fact it is suggested +to run only a few small importers via +:: + + DJANGO_DEV=1 python manage.py import rust ruby + If you want to run the import periodically, you can use a systemd timer: ::