diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-26 14:56:29 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-26 14:56:29 -0500 |
| commit | 6772a25160b0c996ae6e7baa012199b606407db4 (patch) | |
| tree | 19633f6562734b94cd04df018d29393f00d2eaac /docs/tutorials/wiki/basiclayout.rst | |
| parent | 3bfb4068c2e17a282b53d1b7f14f653f128cced4 (diff) | |
| download | pyramid-6772a25160b0c996ae6e7baa012199b606407db4.tar.gz pyramid-6772a25160b0c996ae6e7baa012199b606407db4.tar.bz2 pyramid-6772a25160b0c996ae6e7baa012199b606407db4.zip | |
output warning to use populate command to console after alchemy scaffold rendering; emit logging statements when populate is run
Diffstat (limited to 'docs/tutorials/wiki/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/wiki/basiclayout.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst index 439da24d9..56f817a85 100644 --- a/docs/tutorials/wiki/basiclayout.rst +++ b/docs/tutorials/wiki/basiclayout.rst @@ -10,8 +10,8 @@ The source code for this tutorial stage can be browsed via `http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src/basiclayout/ <http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src/basiclayout/>`_. -App Startup with ``__init__.py`` --------------------------------- +Appplication Configuration with ``__init__.py`` +------------------------------------------------ A directory on disk can be turned into a Python :term:`package` by containing an ``__init__.py`` file. Even if empty, this marks a directory as a Python |
