summaryrefslogtreecommitdiff
path: root/docs/tutorials
AgeCommit message (Collapse)Author
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-15Update default.pyJeremy Chen
2017-04-15Update default.pyJeremy Chen
2017-04-15Update default.pyJeremy Chen
2017-04-15Update default.pyJeremy Chen
2017-04-10replace deprecated cgi.escape() with html.escape()Jeremy Chen
As suggested by https://docs.python.org/3.6/library/cgi.html cgi.escape() Deprecated since version 3.2: This function is unsafe because quote is false by default, and therefore deprecated. Use html.escape() instead.
2017-03-14add Mako to options for pyramid-cookiecutter-starterSteve Piercy
2017-03-01use correct directory name for cookiecutter generated README.txtSteve Piercy
(cherry picked from commit 40dd034) Refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/22
2017-02-28update pyramid-cookiecutter-starter prompts and reformat presentation of all ↵Steve Piercy
cookiecutter prompts
2017-02-03update links and reST syntax for mod_wsgiSteve Piercy
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