web/ldtplatform/config.py.tmpl
changeset 905 7be50692abb4
parent 858 dcf47b385ddd
--- a/web/ldtplatform/config.py.tmpl	Tue Nov 06 17:01:24 2012 +0100
+++ b/web/ldtplatform/config.py.tmpl	Tue Nov 06 17:59:59 2012 +0100
@@ -7,6 +7,7 @@
 BASE_DIR = '%(base_dir)s'
 BASE_URL = '%(base_url)s'
 WEB_URL = '%(web_url)s'
+WEB_AUTH = [] # example [{'REGEX': 'localhost/~ymh/platform', 'NAME': 'ymh', 'PASSWORD': 'ymh'}]
 STATIC_URL = BASE_URL + 'static/site/'