diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-25 06:44:37 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-25 06:44:37 +0000 |
| commit | 0ac7b075f76b3989fe9eb763b73bab827c9deccd (patch) | |
| tree | 50c8d7d38837cb468af45ee90e34efec21bf3e73 /docs/tutorials/gae | |
| parent | a0169ff21b5cd7446bf0289bffdb52de8dc61290 (diff) | |
| download | pyramid-0ac7b075f76b3989fe9eb763b73bab827c9deccd.tar.gz pyramid-0ac7b075f76b3989fe9eb763b73bab827c9deccd.tar.bz2 pyramid-0ac7b075f76b3989fe9eb763b73bab827c9deccd.zip | |
Fix syntax errors found via manuel, and add manuel-style markers to prevent
untestable code blocks from being tested.
Diffstat (limited to 'docs/tutorials/gae')
| -rw-r--r-- | docs/tutorials/gae/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/gae/index.rst b/docs/tutorials/gae/index.rst index e24866c77..8d7f89311 100644 --- a/docs/tutorials/gae/index.rst +++ b/docs/tutorials/gae/index.rst @@ -186,7 +186,7 @@ system. HTTPError: HTTP Error 400: Bad Request Rolling back the update. Error 400: --- begin server output --- - Max number of files and blobs is 1000. + Max number of files and blobs is 3000. --- end server output --- If you do experience this error, you will be able to get around @@ -243,7 +243,7 @@ First, see which packages are available for zipping: .. code-block:: bash :linenos: - $ bin/pip zip -l + $ bin/pip zip -l This shows your zipped packages (by default, none) and your unzipped packages. You can zip a package like so: @@ -251,7 +251,7 @@ packages. You can zip a package like so: .. code-block:: bash :linenos: - $ bin/pip zip pytz-2009g-py2.5.egg + $ bin/pip zip pytz-2009g-py2.5.egg Note that it requires the whole egg file name. For a BFG app, the following packages are good candidates to be zipped. |
