diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-25 03:46:31 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-25 03:46:31 -0800 |
| commit | b488f7f72ff36526cf21798c91c7f09eaf1afa7a (patch) | |
| tree | 327e0970296e2eb85e415805b49241709e1ae1ad /docs/quick_tour/sqla_demo/setup.cfg | |
| parent | 64009ac01e4a8a8526289d600cb3c60ca50257ef (diff) | |
| download | pyramid-b488f7f72ff36526cf21798c91c7f09eaf1afa7a.tar.gz pyramid-b488f7f72ff36526cf21798c91c7f09eaf1afa7a.tar.bz2 pyramid-b488f7f72ff36526cf21798c91c7f09eaf1afa7a.zip | |
quick_tour - "Databases" updates for cookiecutter
- add src files
- adjust line numbers
Diffstat (limited to 'docs/quick_tour/sqla_demo/setup.cfg')
| -rw-r--r-- | docs/quick_tour/sqla_demo/setup.cfg | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/quick_tour/sqla_demo/setup.cfg b/docs/quick_tour/sqla_demo/setup.cfg deleted file mode 100644 index 9f91cd122..000000000 --- a/docs/quick_tour/sqla_demo/setup.cfg +++ /dev/null @@ -1,27 +0,0 @@ -[nosetests] -match=^test -nocapture=1 -cover-package=sqla_demo -with-coverage=1 -cover-erase=1 - -[compile_catalog] -directory = sqla_demo/locale -domain = sqla_demo -statistics = true - -[extract_messages] -add_comments = TRANSLATORS: -output_file = sqla_demo/locale/sqla_demo.pot -width = 80 - -[init_catalog] -domain = sqla_demo -input_file = sqla_demo/locale/sqla_demo.pot -output_dir = sqla_demo/locale - -[update_catalog] -domain = sqla_demo -input_file = sqla_demo/locale/sqla_demo.pot -output_dir = sqla_demo/locale -previous = true |
