diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-30 14:43:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-30 14:43:25 -0700 |
| commit | 332ca33fc51fb64b8e15e1aceb28e96dee2c6fec (patch) | |
| tree | 65935ce3e3709c9d89d9ad97bd13c35dcf8166f8 /docs/tutorials/wiki/src/tests/development.ini | |
| parent | a4b4cdf2968d871b0467c304cc20ff20a586adae (diff) | |
| parent | e604ce4350ccb6a70f632d5a4fdc5984a4218fd1 (diff) | |
| download | pyramid-332ca33fc51fb64b8e15e1aceb28e96dee2c6fec.tar.gz pyramid-332ca33fc51fb64b8e15e1aceb28e96dee2c6fec.tar.bz2 pyramid-332ca33fc51fb64b8e15e1aceb28e96dee2c6fec.zip | |
Merge pull request #3338 from Pylons/docs-cc-update-for-1.10
Update docs for all cookiecutters
Diffstat (limited to 'docs/tutorials/wiki/src/tests/development.ini')
| -rw-r--r-- | docs/tutorials/wiki/src/tests/development.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorials/wiki/src/tests/development.ini b/docs/tutorials/wiki/src/tests/development.ini index fec08941d..228f18f36 100644 --- a/docs/tutorials/wiki/src/tests/development.ini +++ b/docs/tutorials/wiki/src/tests/development.ini @@ -22,6 +22,9 @@ retry.attempts = 3 # '127.0.0.1' and '::1'. # debugtoolbar.hosts = 127.0.0.1 ::1 +[pshell] +setup = tutorial.pshell.setup + ### # wsgi server configuration ### |
