From 7f5613e775f78208035a26be21bab0d8bfd7f8e9 Mon Sep 17 00:00:00 2001 From: Pat Pannuto Date: Tue, 8 Mar 2016 14:40:39 -0500 Subject: [PATCH] Add [pshell] example to dev.ini --- development.ini.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/development.ini.example b/development.ini.example index ba22f65..48a837a 100644 --- a/development.ini.example +++ b/development.ini.example @@ -81,6 +81,15 @@ use = egg:waitress#main host = 0.0.0.0 port = 6543 +### +# Interactive configuration +### + +[pshell] +session = chezbetty.models.model.DBSession +User = chezbetty.models.user.User +Transaction = chezbetty.models.transaction.Transaction + ### # logging configuration # http://docs.pylonsproject.org/projects/pyramid/en/1.5-branch/narr/logging.html