summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
AgeCommit message (Collapse)Author
2018-04-24link to pypi.orgMichael Merickel
2018-02-26fix broken linkMichael Merickel
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-12-01Clarify when and how waitress is installed.Steve Piercy
- see #3204
2017-11-03views.py: prevent exception on unknown user loginsilum
2017-11-03views.py: prevent exception on unknown user loginsilum
Attempting authentication without specifying a login, or when the login is not known, causes an unhandled exception to be raised in `security.py` because `None` is passed to `check_password()` as the hashed password to check against.
2017-10-21Changes per stevepiercy review, thanks!Chris Shenton
2017-10-21Force emacs not to add newlines gratuitously, un-add themChris Shenton
2017-10-21Quick Tutorial: Replace wsgiref with waitressChris Shenton
In setup.py add waitress import. In development.ini use waitress. Adjust line number highlighting. Mention that we're using it early in the tutorial. Addresses #2926
2017-08-15Merge pull request #3152 from larsblumberg/masterSteve Piercy
Add a functional test for the static file
2017-08-15Only include test code snippet that has been addedLars Alexander Blumberg
2017-08-14Merge pull request #3153 from larsblumberg/change-wordingSteve Piercy
Update wording on tutorial page
2017-08-14Add a functional test for the static fileLars Alexander Blumberg
2017-08-14Update wording on tutorial pageLars Blumberg
2017-08-14Add functional test for css fileLars Alexander Blumberg
Static files were introduced in this tutorial step. As the tutorials emphasise to write tests, this commits adds a test for the static file `app.css` that was introduced with this tutorial step.
2017-08-14Add missing word to jinja2 tutorials pageLars Alexander Blumberg
2017-07-03Add a term for context manager in Quick TutorialSteve Piercy
2017-07-03Update example apps to use config context manager in Quick TourSteve Piercy
- add missing EOF line ending
2017-07-02Fix doc typoCaio Carrara
2017-06-27Update all external links per `make linkcheck`Steve Piercy
- Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes.
2017-06-27prep 1.10.dev0Michael Merickel
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-02mid-release cycle will be the death of meSteve Piercy
2017-06-02append ` --checkout master` to cookie cutter commandSteve Piercy
2017-06-01use shortcut for github URL; update RELEASING.txtSteve Piercy
- refs: #3042
2017-05-22Also replace script tags appear everywhereFang-Pen Lin
2017-05-12Merge branch 'master' into change-to-localhostSteve Piercy
2017-05-09use new TLD for pytest-covSteve 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-23update user prompt for cookiecutter repo_nameSteve Piercy
- refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/27#issuecomment-296507821
2017-04-16Fix #2927 - Change to listen = localhost:6543.Aleph Melo
2017-03-14add Mako to options for pyramid-cookiecutter-starterSteve Piercy
2017-02-28update pyramid-cookiecutter-starter prompts and reformat presentation of all ↵Steve Piercy
cookiecutter prompts
2017-02-05update templates per deform 2.0 migration notesSteve Piercy
- See https://github.com/Pylons/pyramid/issues/2897#issuecomment-277494816 - Closes #2897
2017-01-26undo borkage: wsgiref does not use listen, it uses portSteve Piercy
- ref: #2919
2017-01-15Update Windows docsSteve Piercy
- Installation overhauled - update project.rst to remove duplication - Windows paths never end with "\" except for a drive name, for example C:\ - use backslashes for paths - backslashes cannot be used for line continuation on Windows - update extra packages for Windows - Python now has a Windows launcher
2016-12-27quick_tutorial - moar updates for cookiecuttersSteve Piercy
2016-12-26quick_tutorial/hello_world - minor update for cd into current directory.Steve Piercy
- modernize "microframework"
2016-12-26quick_tutorial/cookiecutters - renamed from scaffoldsSteve Piercy
- rewrite for use of cookiecutters instead of scaffolds - update source files
2016-12-26quick_tutorial/tutorial_approach - Fix up the process description to reflect ↵Steve Piercy
reality, and improve flow
2016-12-25quick_tutorial/tutorial_approach - Fix up the process description to reflect ↵Steve Piercy
reality
2016-12-25quick_tutorial/requirements - add promptSteve Piercy
2016-12-24quick_tour - first cutSteve Piercy
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-07fixed 'list' to 'listen'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-06fixing no new line at the end of fileMartin