| Age | Commit message (Collapse) | Author |
|
|
|
- Use 'pyproject.toml' rather than 'setup.py', 'pytest.ini', '.coveragerg'.
- Drop 'CHANGES.txt': implementing that in 'pyproject.toml' is a
distraction.
- Convert README to Markdown.
|
|
|
|
Fix applied in this commit:
https://github.com/Pylons/pyramid-cookiecutter-starter/commit/8b139f68b7a2a8036d59fcf1bf9df4f46e06349e
|
|
|
|
|
|
|
|
|
|
|
|
cookiecutter
|
|
|
|
|
|
|
|
models src files
|
|
|
|
|
|
- See #3431
|
|
|
|
|
|
|
|
|
|
|
|
`page_text` (there's too many "content" already and is confusing)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Update CDN assets to minor versions
- Use data attribute for Jinja2 templates (already done in mako and chameleon)
|
|
|
|
|
|
- use correct URL for code style
- use correct Pyramid version for zodb wiki src file template
|
|
- ref #3081
|
|
|
|
|
|
- https://github.com/Pylons/pyramid-cookiecutter-starter/pull/28
- https://github.com/Pylons/pyramid-cookiecutter-zodb/pull/7
- https://github.com/Pylons/pyramid-cookiecutter-alchemy/pull/8
|
|
|
|
(cherry picked from commit 40dd034)
Refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/22
|
|
|
|
|
|
|
|
supported by waitress server.
|
|
…"
|
|
supported by waitress server.
|
|
https://github.com/Pylons/pyramid/pull/2468#discussion_r59311019
- rename stanza from `testing_extras` to `tests_require`
- switch from nose to pytest
|
|
|
|
|
|
- fix css in zodb scaffold and wiki tutorial previous steps
|