summaryrefslogtreecommitdiff
path: root/testapp
diff options
context:
space:
mode:
authorprathamesh2014-07-11 15:37:26 +0530
committerprathamesh2014-07-11 15:37:26 +0530
commitff2d8ef28e2c49be940fd87b8364162efc0c4351 (patch)
tree85907a9d93ee3b29b4fa5c81645347602fa9d638 /testapp
parent0143710e78ae01bae78a3b760fc8410bc86a3b2b (diff)
downloadonline_test-ff2d8ef28e2c49be940fd87b8364162efc0c4351.tar.gz
online_test-ff2d8ef28e2c49be940fd87b8364162efc0c4351.tar.bz2
online_test-ff2d8ef28e2c49be940fd87b8364162efc0c4351.zip
Moved code server in the app folder.
moved output folder in the app.
Diffstat (limited to 'testapp')
-rwxr-xr-xtestapp/exam/code_server.py (renamed from testapp/code_server.py)0
-rw-r--r--testapp/exam/output/README.txt (renamed from testapp/output/README.txt)0
-rw-r--r--testapp/exam/views.py2
3 files changed, 1 insertions, 1 deletions
diff --git a/testapp/code_server.py b/testapp/exam/code_server.py
index 792197d..792197d 100755
--- a/testapp/code_server.py
+++ b/testapp/exam/code_server.py
diff --git a/testapp/output/README.txt b/testapp/exam/output/README.txt
index 3163ed4..3163ed4 100644
--- a/testapp/output/README.txt
+++ b/testapp/exam/output/README.txt
diff --git a/testapp/exam/views.py b/testapp/exam/views.py
index 38beb0d..7c9af6c 100644
--- a/testapp/exam/views.py
+++ b/testapp/exam/views.py
@@ -23,7 +23,7 @@ from exam.xmlrpc_clients import code_server
from settings import URL_ROOT
# The directory where user data can be saved.
-OUTPUT_DIR = abspath(join(dirname(__file__), pardir, 'output'))
+OUTPUT_DIR = abspath(join(dirname(__file__), 'output'))
def my_redirect(url):