diff options
author | parth | 2011-12-09 05:42:54 +0530 |
---|---|---|
committer | parth | 2011-12-09 05:42:54 +0530 |
commit | 4a2cb590dc422345f22e0ad1435ab954d77458a3 (patch) | |
tree | 37c9f3026544a92225f0c4e8b5c084d65d7da98f /README.rst | |
parent | 364650e602d751d920b8579fb10546a55ed13d38 (diff) | |
download | online_test-4a2cb590dc422345f22e0ad1435ab954d77458a3.tar.gz online_test-4a2cb590dc422345f22e0ad1435ab954d77458a3.tar.bz2 online_test-4a2cb590dc422345f22e0ad1435ab954d77458a3.zip |
made some modifications to the readme file
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -56,7 +56,7 @@ To deploy this app follow the steps below: #. run:: - python bootstrap.py + python bootstrap.py #. run:: @@ -74,8 +74,8 @@ To deploy this app follow the steps below: ./bin/django load_exam docs/sample_questions.py - Note that you can supply multiple Python files as arguments and all of - those will be added to the database. + Note that you can supply multiple Python files as arguments and all of + those will be added to the database. #. First run the python server provided. This ensures that the code is executed in a safe environment. Do this like so:: @@ -132,11 +132,11 @@ To install this app follow the steps below: #. run:: - python bootstrap.py + python bootstrap.py #. run:: - ./bin/buildout -c production.cfg + ./bin/buildout -c production.cfg #. run:: @@ -150,8 +150,8 @@ To install this app follow the steps below: ./bin/django load_exam docs/sample_questions.py - Note that you can supply multiple Python files as arguments and all of - those will be added to the database. + Note that you can supply multiple Python files as arguments and all of + those will be added to the database. #. First run the python server provided. This ensures that the code is executed in a safe environment. Do this like so:: |