diff --git a/README.rst b/README.rst index 2c05c0fbb..83598e0e0 100644 --- a/README.rst +++ b/README.rst @@ -147,6 +147,11 @@ Data import DJANGO_DEV=1 python manage.py import --all +It is not required to run all the importers . To quickly get started with some data run : +:: + + DJANGO_DEV=1 python manage.py import rust ruby + If you want to run the import periodically, you can use a systemd timer: ::