diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-30 03:40:56 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-30 03:40:56 -0700 |
| commit | 8f30e87698ea2041d3baec080417167c3d2f3674 (patch) | |
| tree | 7f18f1fb27b5cb6ade35f3debd325bcbd37a3d43 /docs/quick_tour/sqla_demo/development.ini | |
| parent | 9a9ea6a2c050c1ad5044df34b49026af016c463a (diff) | |
| download | pyramid-8f30e87698ea2041d3baec080417167c3d2f3674.tar.gz pyramid-8f30e87698ea2041d3baec080417167c3d2f3674.tar.bz2 pyramid-8f30e87698ea2041d3baec080417167c3d2f3674.zip | |
Update quick_tour with starter and alchemy cookiecutters source files
Diffstat (limited to 'docs/quick_tour/sqla_demo/development.ini')
| -rw-r--r-- | docs/quick_tour/sqla_demo/development.ini | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/quick_tour/sqla_demo/development.ini b/docs/quick_tour/sqla_demo/development.ini index 8836a846e..056a672e4 100644 --- a/docs/quick_tour/sqla_demo/development.ini +++ b/docs/quick_tour/sqla_demo/development.ini @@ -22,10 +22,19 @@ retry.attempts = 3 # '127.0.0.1' and '::1'. # debugtoolbar.hosts = 127.0.0.1 ::1 +[pshell] +setup = sqla_demo.pshell.setup + ### # wsgi server configuration ### +[alembic] +# path to migration scripts +script_location = sqla_demo/alembic +file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s +# file_template = %%(rev)s_%%(slug)s + [server:main] use = egg:waitress#main listen = localhost:6543 @@ -54,7 +63,7 @@ handlers = qualname = sqla_demo [logger_sqlalchemy] -level = INFO +level = WARN handlers = qualname = sqlalchemy.engine # "level = INFO" logs SQL queries. |
