diff options
| author | Ralph Bean <rbean@redhat.com> | 2012-04-19 18:22:56 -0400 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2012-04-19 18:22:56 -0400 |
| commit | 7793ec4dfe69462f2db00340a2299a59cd0e73da (patch) | |
| tree | 136ddd671db4d3308ab727ebd3fdaf64bebb57d6 | |
| parent | 0569f999db99e50ffd962eb06d51ec1fb4731181 (diff) | |
| download | pyramid-7793ec4dfe69462f2db00340a2299a59cd0e73da.tar.gz pyramid-7793ec4dfe69462f2db00340a2299a59cd0e73da.tar.bz2 pyramid-7793ec4dfe69462f2db00340a2299a59cd0e73da.zip | |
Change alchemy scaffold README to match the console_scripts setup.
| -rw-r--r-- | pyramid/scaffolds/alchemy/README.txt_tmpl | 2 |
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 |
