diff options
author | prathamesh | 2015-03-25 12:31:24 +0530 |
---|---|---|
committer | prathamesh | 2015-03-25 12:31:24 +0530 |
commit | 89f4db581db2b8260fad4dec3e77ac9b8a93d4a9 (patch) | |
tree | 44f03fc990f64770c6faced815a536082de0be8d /testapp/README.rst | |
parent | 3f9be69fd9af4a169feb1a49e6d89839073b4da5 (diff) | |
download | online_test-89f4db581db2b8260fad4dec3e77ac9b8a93d4a9.tar.gz online_test-89f4db581db2b8260fad4dec3e77ac9b8a93d4a9.tar.bz2 online_test-89f4db581db2b8260fad4dec3e77ac9b8a93d4a9.zip |
Made changes to the Readme as per the comments
Diffstat (limited to 'testapp/README.rst')
-rw-r--r-- | testapp/README.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testapp/README.rst b/testapp/README.rst index f4790a3..72b666c 100644 --- a/testapp/README.rst +++ b/testapp/README.rst @@ -10,7 +10,7 @@ conduct online test and monitor the test. Quick start ------------ -1. In yourterminal run the following command:: +1. In your terminal run the following command:: $ easy_install git+https://github.com/FOSSEE/online_test.git#egg=django_exam-0.1 2. Add "testapp.exam", "taggit" and "taggit_autocomplete_modified" apps @@ -35,9 +35,10 @@ Quick start 5. Run 'python manage.py syncdb' to create models for the new installed apps. -6. Start the development server and visit http://localhost:8000/exam/ +6. Run 'python manage.py runserver' to start the development server + and visit http://localhost:8000/exam/ -7. In exam app run code_sever command as superuser as follows:: +7. Run code_server command as superuser as follows:: $ code_server |