summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-04-19 15:24:50 -0700
committerChris McDonough <chrism@plope.com>2012-04-19 15:24:50 -0700
commit4ad06996a6892b3e01d351773ab16b07e5bcd4c5 (patch)
tree136ddd671db4d3308ab727ebd3fdaf64bebb57d6
parent0569f999db99e50ffd962eb06d51ec1fb4731181 (diff)
parent7793ec4dfe69462f2db00340a2299a59cd0e73da (diff)
downloadpyramid-4ad06996a6892b3e01d351773ab16b07e5bcd4c5.tar.gz
pyramid-4ad06996a6892b3e01d351773ab16b07e5bcd4c5.tar.bz2
pyramid-4ad06996a6892b3e01d351773ab16b07e5bcd4c5.zip
Merge pull request #540 from ralphbean/alchemy-fixes
Change alchemy scaffold README to match the console_scripts setup.
-rw-r--r--pyramid/scaffolds/alchemy/README.txt_tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/scaffolds/alchemy/README.txt_tmpl b/pyramid/scaffolds/alchemy/README.txt_tmpl
index efea71c5c..9e4aa1125 100644
--- a/pyramid/scaffolds/alchemy/README.txt_tmpl
+++ b/pyramid/scaffolds/alchemy/README.txt_tmpl
@@ -8,7 +8,7 @@ Getting Started
- $venv/bin/python setup.py develop
-- $venv/bin/populate_{{project}} development.ini
+- $venv/bin/initialize_{{project}}_db development.ini
- $venv/bin/pserve development.ini