summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index f540c1b..11a44a2 100644
--- a/settings.py
+++ b/settings.py
@@ -5,6 +5,12 @@ from os.path import dirname, join, basename, abspath
DEBUG = True
TEMPLATE_DEBUG = DEBUG
+# The port the Python server should run on.
+SERVER_PORT = 8001
+
+# Timeout for the code to run in seconds.
+SERVER_TIMEOUT = 2.0
+
ADMINS = (
# ('Your Name', 'your_email@example.com'),
)