diff hgscm/settings.py @ 148:ab7622757bd7

Added tag "random_quote" to webapp: One random quote.
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 12 May 2009 07:55:49 +0200
parents 4a8b12498bdf
children
line wrap: on
line diff
--- a/hgscm/settings.py	Tue May 12 07:32:44 2009 +0200
+++ b/hgscm/settings.py	Tue May 12 07:55:49 2009 +0200
@@ -71,6 +71,8 @@
 
 MERCURIAL_TRICKS_ADVANCED = os.path.join(BASE_DIR, "templates/tricks_advanced")
 
+MERCURIAL_QUOTES = os.path.join(BASE_DIR, "templates/quotes.txt")
+
 TEMPLATE_DIRS = (
     os.path.join(BASE_DIR, "templates"),
 )