web/ldtplatform/settings.py
changeset 237 2c37496369db
parent 232 2878499a372b
child 239 352be36c9fd7
--- a/web/ldtplatform/settings.py	Tue Nov 08 15:35:15 2011 +0100
+++ b/web/ldtplatform/settings.py	Thu Nov 10 14:47:16 2011 +0100
@@ -209,6 +209,8 @@
 
 WEB_VERSION = ldtplatform.get_version()
 
+PUBLIC_GROUP_NAME = 'published_projects'
+
 from config import *
 
 if not "LOGIN_URL" in locals():