diff options
author | Prabhu Ramachandran | 2011-11-26 01:39:49 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2011-11-26 01:39:49 +0530 |
commit | 3ba7a660e0d93ea258ca133edcc5f33a997a8e0e (patch) | |
tree | ab129a8e098508914b570ad08fd4de2b627eb94f /README.txt | |
parent | 7051c3d4ab48c249d6da3c56c266be434a916271 (diff) | |
download | online_test-3ba7a660e0d93ea258ca133edcc5f33a997a8e0e.tar.gz online_test-3ba7a660e0d93ea258ca133edcc5f33a997a8e0e.tar.bz2 online_test-3ba7a660e0d93ea258ca133edcc5f33a997a8e0e.zip |
Fixing incorrect path.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -55,10 +55,10 @@ To install/deploy this app follow the steps below: $ python manage.py migrate exam - 3. Add questions by editing the "doc/sample_questions.py" or any other + 3. Add questions by editing the "docs/sample_questions.py" or any other file in the same format and then run the following:: - $ python manage.py load_exam doc/sample_questions.py + $ python manage.py 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. @@ -112,7 +112,7 @@ WARNING: django is running in debug mode for this currently, CHANGE it during deployment. To do this, edit settings.py and set DEBUG to False. Also look at other settings and change them suitably. -The file doc/sample_questions.py is a template that you can use for your +The file docs/sample_questions.py is a template that you can use for your own questions. Additional commands available |