diff options
| author | Steve Piercy <web@stevepiercy.com> | 2013-10-08 16:51:24 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2013-10-08 16:51:24 -0700 |
| commit | 7f7d86e1e767f0339266d00c3a4723477add28b5 (patch) | |
| tree | d474b33ec2320f5849d35d54e5e96c2b00daeced /docs/quick_tutorial/databases.rst | |
| parent | 6b2e8ee2a63f601a1708c0e74e6ea5b3551507f1 (diff) | |
| parent | d7f8766ef2154c64b9fc040e5bf0a8249e5c366f (diff) | |
| download | pyramid-7f7d86e1e767f0339266d00c3a4723477add28b5.tar.gz pyramid-7f7d86e1e767f0339266d00c3a4723477add28b5.tar.bz2 pyramid-7f7d86e1e767f0339266d00c3a4723477add28b5.zip | |
Merge branch 'origin/master'
Diffstat (limited to 'docs/quick_tutorial/databases.rst')
| -rw-r--r-- | docs/quick_tutorial/databases.rst | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst index 93a02ffc7..20b3cd46d 100644 --- a/docs/quick_tutorial/databases.rst +++ b/docs/quick_tutorial/databases.rst @@ -39,15 +39,6 @@ Objectives Steps ===== -.. warning:: - - Your Python might not have SQLite bundled. If not, install it into - your virtual environment with: - - .. code-block:: bash - - $ $VENV/bin/easy_install sphinx pysqlite - #. We are going to use the forms step as our starting point: .. code-block:: bash @@ -97,7 +88,7 @@ Steps .. code-block:: bash - $ initialize_tutorial_db development.ini + $ $VENV/bin/initialize_tutorial_db development.ini 2013-09-06 15:54:08,050 INFO [sqlalchemy.engine.base.Engine][MainThread] PRAGMA table_info("wikipages") 2013-09-06 15:54:08,050 INFO [sqlalchemy.engine.base.Engine][MainThread] () 2013-09-06 15:54:08,051 INFO [sqlalchemy.engine.base.Engine][MainThread] |
