diff options
author | Jay Parikh | 2013-03-18 15:11:15 +0530 |
---|---|---|
committer | Jay Parikh | 2013-03-18 15:11:15 +0530 |
commit | c12f20984aa75751af89a0d6213bc35924bc593b (patch) | |
tree | 4608e7b6088a7fb81fc5f9e2e1c021df45eddad4 /testapp/settings.py | |
parent | 65d4498ff96090fecc569440f0cd1499ae0f6b69 (diff) | |
download | online_test-c12f20984aa75751af89a0d6213bc35924bc593b.tar.gz online_test-c12f20984aa75751af89a0d6213bc35924bc593b.tar.bz2 online_test-c12f20984aa75751af89a0d6213bc35924bc593b.zip |
Added code snippets for questions
Diffstat (limited to 'testapp/settings.py')
-rw-r--r-- | testapp/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/settings.py b/testapp/settings.py index cb3defc..10d0919 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -21,7 +21,7 @@ SERVER_TIMEOUT = 2 # are not hosted as host.org/exam/ but as host.org/foo/exam/ for whatever # reason set this to the root you have to serve at. In the above example # host.org/foo/exam set URL_ROOT='/foo' -URL_ROOT = '/online_test' +URL_ROOT = '' ADMINS = ( |