summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormartin.von.loewis <devnull@localhost>2010-07-22 16:57:40 +0000
committermartin.von.loewis <devnull@localhost>2010-07-22 16:57:40 +0000
commit29f25c9beffbb8a75da689fedeb21aa709ae16b0 (patch)
tree63a4c0f472309374e05ec40fee67b34062cba36f /README
parent92d504be1e3aa037cc0033f3cb1b75f32343db60 (diff)
downloaddecorator-29f25c9beffbb8a75da689fedeb21aa709ae16b0.tar.gz
Mention config.ini template.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index f6d8da5..54000dc 100644
--- a/README
+++ b/README
@@ -20,8 +20,9 @@ Quick development setup
Make sure you read http://wiki.python.org/moin/CheeseShopDev#DevelopmentEnvironmentHints
and you have a working PostgreSQL DB.
-Make sure your config.ini is up-to-date. Change CONFIG_FILE at the begining
-of pypi.wsgi, so it looks like this::
+Make sure your config.ini is up-to-date, initially copying from
+config.ini.template. Change CONFIG_FILE at the begining of pypi.wsgi,
+so it looks like this::
CONFIG_FILE = 'config.ini'