summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
AgeCommit message (Collapse)Author
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
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-09-24Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
- Closes #2610
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
closes #2476
2016-08-18update output for pcreate --list in Quick TutorialSteve Piercy
2016-07-23Add highlighting of changed linesSteve Piercy
2016-07-23Rewrite Quick Tutorial narrative in authentication.rst for consistent flowSteve Piercy
2016-07-21Add one-way password hash to security example in Quick Tutorial.Keith Yang
2016-07-17Corrected test command in static_assets.rstChristian Kollee
(cherry picked from commit 619c4b8)
2016-07-17Corrected command line for testsChristian Kollee
(cherry picked from commit df3db24)
2016-07-05Add missing tests to quick_tutorial/forms.Steve Piercy
- Closes #2673
2016-07-02proper case headingSteve Piercy
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
- Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer
2016-05-16remove reference to Twitter Bootstrap styling. Closes #2570.Steve Piercy
2016-05-15use characters that don't break the latexpdf builder. See #2572Steve Piercy
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup authorization.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup authentication.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup databases.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup forms.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup sessions.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup logging.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup more_view_classes.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup json.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup static_assets.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup jinja2.rst - add pyramid_jinja2 to requirements.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup routing.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup request_response.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup view_classes.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup templating.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup views.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup functional_testing.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup unit_testing.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- cleanup debugtoolbar.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- cleanup ini.rst