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