summaryrefslogtreecommitdiff
path: root/README_production.rst
diff options
context:
space:
mode:
authoradityacp2018-07-03 11:36:25 +0530
committeradityacp2018-07-03 11:36:25 +0530
commit637a75a5ea8fcae1e00c0200d52c471d50c8729a (patch)
tree9a2f13aaf80573fa44465031ccc6f895e7fdda0b /README_production.rst
parent02705e4c676750291b6a5c4ea14e2947f29cb6c7 (diff)
parente3ad85ace916354ab96b23c1359ee72a6c2a740b (diff)
downloadonline_test-637a75a5ea8fcae1e00c0200d52c471d50c8729a.tar.gz
online_test-637a75a5ea8fcae1e00c0200d52c471d50c8729a.tar.bz2
online_test-637a75a5ea8fcae1e00c0200d52c471d50c8729a.zip
Update to latest changes
Diffstat (limited to 'README_production.rst')
-rw-r--r--README_production.rst30
1 files changed, 0 insertions, 30 deletions
diff --git a/README_production.rst b/README_production.rst
index a9bd55b..13fb8f9 100644
--- a/README_production.rst
+++ b/README_production.rst
@@ -222,33 +222,3 @@ Follow these steps to deploy and run the Django Server, MySQL instance and Code
invoke remove
12. You can use ``invoke --list`` to get a list of all the available commands
-
-
-.. _add-commands:
-
-######################################
-Additional commands available
-######################################
-
-We provide several convenient commands for you to use:
-
-- load\_exam : load questions and a quiz from a python file. See
- docs/sample\_questions.py
-
-- load\_questions\_xml : load questions from XML file, see
- docs/sample\_questions.xml use of this is deprecated in favor of
- load\_exam.
-
-- results2csv : Dump the quiz results into a CSV file for further
- processing.
-
-- dump\_user\_data : Dump out relevalt user data for either all users
- or specified users.
-
-For more information on these do this:
-
-::
-
- $ python manage.py help [command]
-
-where [command] is one of the above.