summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprathamesh2014-08-05 12:06:30 +0530
committerprathamesh2014-08-05 12:06:30 +0530
commitecc920b833ddd7e163213afc7390fd958991dcf2 (patch)
treec55c36dceb4417b6a5f6aab96bbbefb6c66b5bef
parent46288adf130b003ed1f15ab88af9f444769337d2 (diff)
downloadonline_test-ecc920b833ddd7e163213afc7390fd958991dcf2.tar.gz
online_test-ecc920b833ddd7e163213afc7390fd958991dcf2.tar.bz2
online_test-ecc920b833ddd7e163213afc7390fd958991dcf2.zip
code server as a command
-rw-r--r--testapp/dist/django-exam-0.1.tar.gzbin79056 -> 85437 bytes
-rw-r--r--testapp/setup.py5
2 files changed, 4 insertions, 1 deletions
diff --git a/testapp/dist/django-exam-0.1.tar.gz b/testapp/dist/django-exam-0.1.tar.gz
index eaf12ee..442f4f2 100644
--- a/testapp/dist/django-exam-0.1.tar.gz
+++ b/testapp/dist/django-exam-0.1.tar.gz
Binary files differ
diff --git a/testapp/setup.py b/testapp/setup.py
index e81bb09..233caeb 100644
--- a/testapp/setup.py
+++ b/testapp/setup.py
@@ -15,7 +15,10 @@ setup(
include_package_data=True,
license='BSD License',
entry_points = {
- 'console_scripts': ['exam = exam:code_server.py', ],},
+ 'console_scripts': [
+ 'code_server = exam.code_server:main',
+ ],
+ },
description='A django app to conduct online test.',
long_description=README,
install_requires=[