diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-04 03:35:53 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-04 03:35:53 -0400 |
| commit | b2adfe7c10bff8edd06a76df3c638768e30b6bc3 (patch) | |
| tree | 82f38a0207206d7d24686760b148536c6b9155f8 /docs/tutorials/wiki2/src/views/development.ini | |
| parent | fb029fb6919c1e64bb12d6906bcaae8de6edfffe (diff) | |
| download | pyramid-b2adfe7c10bff8edd06a76df3c638768e30b6bc3.tar.gz pyramid-b2adfe7c10bff8edd06a76df3c638768e30b6bc3.tar.bz2 pyramid-b2adfe7c10bff8edd06a76df3c638768e30b6bc3.zip | |
- The SQL Wiki tutorial was updated to take into account changes to the
``pyramid_routesalchemy`` paster template.
Diffstat (limited to 'docs/tutorials/wiki2/src/views/development.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/views/development.ini | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/src/views/development.ini b/docs/tutorials/wiki2/src/views/development.ini new file mode 100644 index 000000000..85f131c2e --- /dev/null +++ b/docs/tutorials/wiki2/src/views/development.ini @@ -0,0 +1,23 @@ +[DEFAULT] +debug = true + +[app:sqlalchemy] +use = egg:tutorial#app +reload_templates = true +debug_authorization = false +debug_notfound = false +debug_templates = true +default_locale_name = en +db_string = sqlite:///%(here)s/tutorial.db +db_echo = false + +[pipeline:main] +pipeline = + egg:Paste#evalerror + egg:repoze.tm2#tm + sqlalchemy + +[server:main] +use = egg:Paste#http +host = 0.0.0.0 +port = 6543 |
