diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-06-30 05:18:05 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-06-30 05:18:05 -0700 |
| commit | f63c10ee0eed7cbcb59c68535cbccf2fa88d41e0 (patch) | |
| tree | 5954f7288611584f7c4b3f85c86fffcbeee4f103 /docs/tutorials/wiki2/src/authentication/development.ini | |
| parent | 0d08c32d4ae73d57f1695e97b3c8605ccfa06ebc (diff) | |
| download | pyramid-f63c10ee0eed7cbcb59c68535cbccf2fa88d41e0.tar.gz pyramid-f63c10ee0eed7cbcb59c68535cbccf2fa88d41e0.tar.bz2 pyramid-f63c10ee0eed7cbcb59c68535cbccf2fa88d41e0.zip | |
Synch up source files for authentication step
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/development.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/authentication/development.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/development.ini b/docs/tutorials/wiki2/src/authentication/development.ini index cc2a5586e..d76a6cd72 100644 --- a/docs/tutorials/wiki2/src/authentication/development.ini +++ b/docs/tutorials/wiki2/src/authentication/development.ini @@ -28,6 +28,12 @@ auth.secret = seekrit # wsgi server configuration ### +[alembic] +# path to migration scripts +script_location = tutorial/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 |
