app/soc/logic/system.py
changeset 2865 fee8732830f7
parent 1797 f0c83ca3bb08
child 2871 e440e94a874b
--- a/app/soc/logic/system.py	Sat Sep 05 15:56:19 2009 +0200
+++ b/app/soc/logic/system.py	Mon Sep 07 20:02:35 2009 +0200
@@ -26,6 +26,12 @@
 import settings
 
 
+def getHostname():
+  """Returns the hostname
+  """
+
+  return os.environ.get('HTTP_HOST')
+
 def getAppVersion():
   """Returns the Google App Engine "version" of the running instance.
   """