From a18118ca9fabdf6fe24b07f6d3ddb66ce026fcc5 Mon Sep 17 00:00:00 2001 From: Tushar912 Date: Sun, 22 Nov 2020 18:09:06 +0530 Subject: [PATCH] fix dco Signed-off-by: Tushar912 --- README.rst | 2 +- docs/FAQ.rst | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 docs/FAQ.rst diff --git a/README.rst b/README.rst index 8d8019d2c..afb291301 100644 --- a/README.rst +++ b/README.rst @@ -148,7 +148,7 @@ 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 importers via +to run only a few small importers via :: DJANGO_DEV=1 python manage.py import rust ruby diff --git a/docs/FAQ.rst b/docs/FAQ.rst deleted file mode 100644 index a24b94cc5..000000000 --- a/docs/FAQ.rst +++ /dev/null @@ -1,8 +0,0 @@ -FAQ -=== - -**1. Do we need to run all the importers while setting up the project?** - -It is not required to run all the importers . In fact it is suggested -to run only a few small importers via ``./manage.py import rust ruby`` -