diff options
author | Prabhu Ramachandran | 2018-03-23 16:49:33 +0530 |
---|---|---|
committer | GitHub | 2018-03-23 16:49:33 +0530 |
commit | 35b01da5352530d3fca3cfacd23b442a9700623f (patch) | |
tree | 0499a882d2d5bc0568b514a2328713ebf733078e /README_production.rst | |
parent | d4f49e8a93ed2ce2e63bd67fa77aa75741c2d6c5 (diff) | |
parent | 32c62e6a62ee4d4312ff20eb402a1330d4eb9563 (diff) | |
download | online_test-35b01da5352530d3fca3cfacd23b442a9700623f.tar.gz online_test-35b01da5352530d3fca3cfacd23b442a9700623f.tar.bz2 online_test-35b01da5352530d3fca3cfacd23b442a9700623f.zip |
Merge pull request #465 from FOSSEE/release-0.8
Release 0.8
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. |