summaryrefslogtreecommitdiff
path: root/docs/tutorials
AgeCommit message (Collapse)Author
2017-01-15update mod_wsgi tutorial to use a cookiecutterMichael Merickel
closes #2890
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
2017-01-10update docs per ↵Steve Piercy
https://github.com/Pylons/pyramid/commit/fb7a98bbdacebc4edfef8fb3e6093bb9e6590111
2017-01-10fix unittests in wiki2 to work without deps on py2 and py3Michael Merickel
fixes #2882
2017-01-01Remove notes about cookiecutter installation, as they now remove sudo for ↵Steve Piercy
most systems
2016-12-27undo update for tutorials/modwsgiSteve Piercy
- This requires changes with virtual environments, pcreate, and possibly configuration files. Deferring.
2016-12-27tutorials/modwsgi/index - update for cookiecuttersSteve Piercy
2016-12-23wiki2/src/tests update filesSteve Piercy
2016-12-23wiki2/src/authorization update filesSteve Piercy
2016-12-23wiki2/src/authentication update filesSteve Piercy
2016-12-23wiki2/src/authentication update filesSteve Piercy
2016-12-23wiki2/src/views update files, line number rangeSteve Piercy
2016-12-23fix reST syntaxSteve Piercy
2016-12-23wiki2/src/models - update filesSteve Piercy
2016-12-23wiki2/src/basiclayout - update filesSteve Piercy
2016-12-23wiki2/src/installation - update filesSteve Piercy
2016-12-23sort packages alphaSteve Piercy
2016-12-23wiki2/*.rst first cut from comparing across branchesSteve Piercy
2016-12-23use correct package nameSteve Piercy
2016-12-23drop . from pip install commandSteve Piercy
2016-12-23replace pcreate w/ccSteve Piercy
2016-12-23wiki/src/tests updates, use correct lexersSteve Piercy
2016-12-23wiki/src/views updates, PEP8 the dictSteve Piercy
2016-12-23readjust line numbersSteve Piercy
2016-12-23wiki/src/authorization updatesSteve Piercy
2016-12-23wiki/src/views updatesSteve Piercy
2016-12-23wiki/src/models updatesSteve Piercy
2016-12-23wiki/src/models updatesSteve Piercy
2016-12-23wiki/src/basiclayout updatsSteve Piercy
2016-12-23forgot to add some files to gitSteve Piercy
2016-12-23alignment was offSteve Piercy
2016-12-23wiki/src/installation updatesSteve Piercy
2016-12-23standardize windows promptSteve Piercy
2016-12-23make distributing.rst's consistent, use pip installSteve Piercy
2016-12-23Use cookiecutter instead of scaffold and pcreateSteve Piercy
- minor grammar and reST fixes
2016-12-18Fix typoPavlo Kapyshin
2016-12-14Merge branch 'master' into pr/2853Michael Merickel
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-08minor grammar and style fixes for wiki/authorizationSteve Piercy
2016-12-08Merge pull request #2849 from mfrlin/issue-2656Michael Merickel
Changed wiki tutorial to showcase passwrd hashing with bcrypt.
2016-12-08bring wiki2 test coverage up to 100%, refs #2451Nejc Zupan
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-07Hashing helpers now deal in unicode. Fixed wording. Added link to bcrypt and ↵Martin
a footnote from wiki2 example.
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Changed wiki tutorial to showcase passwrd hashing with bcrypt. Relates to #2204Martin
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-11-20link to documentation on hupperMichael Merickel
fixes #2806
2016-07-29corrected folder name in docsandrew david burt
one of the instances of the tutorial's folder name was mistyped as "tutorials" rather than "tutorial" in the "Route declarations" section (cherry picked from commit 696f17c)