summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorparth2011-12-09 05:42:54 +0530
committerparth2011-12-09 05:42:54 +0530
commit4a2cb590dc422345f22e0ad1435ab954d77458a3 (patch)
tree37c9f3026544a92225f0c4e8b5c084d65d7da98f /README.rst
parent364650e602d751d920b8579fb10546a55ed13d38 (diff)
downloadonline_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.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 64113da..29fcdc3 100644
--- a/README.rst
+++ b/README.rst
@@ -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::