From e2e5bae9ce5f5b88f8bc2b373a0ef02b70ebe96b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 14 May 2012 21:07:41 +0200 Subject: Layout and add the information required by the KittyStore module --- settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 280148f..7fcf8ae 100644 --- a/settings.py +++ b/settings.py @@ -157,4 +157,5 @@ LOGGING = { } } -APP_NAME = "Fedora Mailman App" +APP_NAME = 'Fedora Mailman App' +KITTYSTORE_URL = 'postgres://mm3:mm3@localhost/mm3' -- cgit