diff options
author | adityacp | 2018-03-23 16:26:45 +0530 |
---|---|---|
committer | adityacp | 2018-03-23 16:26:45 +0530 |
commit | 32c62e6a62ee4d4312ff20eb402a1330d4eb9563 (patch) | |
tree | 0499a882d2d5bc0568b514a2328713ebf733078e /README_production.rst | |
parent | ec1b7fd5ef9bca9ef3629616575bb40175298dae (diff) | |
download | online_test-32c62e6a62ee4d4312ff20eb402a1330d4eb9563.tar.gz online_test-32c62e6a62ee4d4312ff20eb402a1330d4eb9563.tar.bz2 online_test-32c62e6a62ee4d4312ff20eb402a1330d4eb9563.zip |
Change production readme rst file
Diffstat (limited to 'README_production.rst')
-rw-r--r-- | README_production.rst | 30 |
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. |