summaryrefslogtreecommitdiff
path: root/docs/quick_tour
AgeCommit message (Collapse)Author
2021-12-17Move IRC channel to Libera.ChatSergey Maranchuk
2021-02-03Sync source files with update to cookiecutter.Steve Piercy
- @mmerickel the critical one to check is ``models/tutorial/models/__init__.py``, as that one has changes pertinent to the wiki tutorial that I carried forward to the subsequent steps.
2021-01-09Update database step in Quick TourSteve Piercy
2021-01-09Update logging and sessions steps in Quick TourSteve Piercy
2021-01-09Update Quick Tutorial and Quick Tour cookiecutter stepsSteve Piercy
2020-04-19invoke super() without argumentsSergey Maranchuk
2020-01-03exclude tests package from source packagesMichael Merickel
2020-01-02Resynch docs with cookiecutter - remove unnecessary `omit` line in .coveragercSteve Piercy
2020-01-02Resync through Quick Tour after moving tests directory, removing tests.py fileSteve Piercy
2020-01-02Resync through Quick Tour after moving tests directorySteve Piercy
2020-01-02Update tests.py with 100% coverageSteve Piercy
2020-01-02Use package name instead of relative path for the rendererSteve Piercy
2020-01-02Update quick_tour with cookiecutter master branchSteve Piercy
2018-11-27Merge pull request #3438 from stevepiercy/docs-style-inputsSteve Piercy
Add a style to show text in input fields.
2018-11-27Add a style to show text in input fields.Steve Piercy
Fixes #3431 The cookiecutter has been updated. - See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64
2018-11-27Fix links after running linkcheck, excluding HISTORY.txt, a local link, and ↵Steve Piercy
a bad link in WebOb docs
2018-11-18Unpin webtest and pytestSteve Piercy
2018-11-17Remove mention of py3 compatSteve Piercy
2018-11-17Update Python source files in docs to use `from html import escape`, now ↵Steve Piercy
that we ripped it out from `pyramid.compat`.
2018-08-30Update quick_tour with starter and alchemy cookiecutters source filesSteve Piercy
2018-08-21Synch Hello World app with canonical version on trypyramid.com and elsewhereSteve Piercy
2018-06-28Typos changedGerard
2018-01-12Update templates to align with cookiecuttersSteve Piercy
- Update CDN assets to minor versions - Use data attribute for Jinja2 templates (already done in mako and chameleon)
2017-10-28Synch source files with cookiecutterSteve Piercy
2017-09-22update comment to align with methodSteve Piercy
2017-08-30change cgi.escape to pyramid compat.escapeJeremy Chen
2017-07-03Update example apps to use config context manager in Quick TourSteve Piercy
- add missing EOF line ending
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2017-06-15remove trailing slashSteve Piercy
2017-06-15Use HTTPS for pylonsproject.orgSteve Piercy
2017-06-10update src files and synch emphasize-lines for quick_tourSteve Piercy
2017-05-23updated references for the models that have references for the config.settingsChris Morales
2017-05-22Also replace script tags appear everywhereFang-Pen Lin
2017-05-12Merge branch 'master' into change-to-localhostSteve Piercy
2017-04-28update cookiecutter README.txt throughout docsSteve Piercy
- 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
2017-04-16Fix #2927 - Change to listen = localhost:6543.Aleph Melo
2016-12-25quick_tour - "Databases" updates for cookiecutterSteve Piercy
- add ALL src files
2016-12-25quick_tour - "Databases" updates for cookiecutterSteve Piercy
- add src files - adjust line numbers
2016-12-25quick_tour - "Sessions" updates for cookiecutterSteve Piercy
- add src files - adjust line numbers
2016-12-25quick_tour - "Logging" updates for cookiecutterSteve Piercy
- fix line numbering - add new src files that were never included
2016-12-25quick_tour - Configuration with ``.ini`` files section cookiecutter updatesSteve Piercy
- src files - update numbered list for new listen configuration for waitress - fix reference to app, not server - reorder numbered list to align with configuration order
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-07-06Update links for AlembixSteve Piercy
2016-06-16Quick Tour - static_assets - closes #2648Steve Piercy
- swap contents of jinja2 templates - use __main__ to specify package - carry forward template to json step - use :language: python directive for correct syntax highlighting
2016-06-13Fix flake8's noqa directive in documentation and scaffoldsJC Bohin
2016-05-23Merge pull request #2601 from stevepiercy/1.7-branchSteve Piercy
revert column type change in alchemy scaffold and related docs
2016-05-22Change type to Text from Integer. See #2591Steve Piercy