summaryrefslogtreecommitdiff
path: root/docs/quick_tour.rst
AgeCommit message (Collapse)Author
2017-07-03Add a term for context manager in Quick TourSteve Piercy
2017-06-27prep 1.10.dev0Michael Merickel
2017-06-10update src files and synch emphasize-lines for quick_tourSteve 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-17remove bad path from python executableSteve Piercy
- Closes #3044
2017-05-12Merge branch 'master' into change-to-localhostSteve Piercy
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
2016-12-27quicktour - moar updates for cookiecuttersSteve Piercy
2016-12-25quick_tour - "Forms" update for recent Deform changesSteve Piercy
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 - "Unit tests and ``py.test``" updates for cookiecutterSteve Piercy
- use literal includes instead of inline code - document second test
2016-12-25quick_tour - "Easier development with ``debugtoolbar``" updates for cookiecutterSteve Piercy
- adjust line numbers, grammar, pip command
2016-12-25quick_tour - Configuration with ``.ini`` files section cookiecutter updatesSteve Piercy
- reorder numbered list to align with configuration order, this time for sure!
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-24use hello_world for project and repo names; grammar fixesSteve Piercy
2016-12-24quick_tour - fix referenceSteve Piercy
2016-12-24quick_tour - first cutSteve Piercy
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-11-15`pyramid-jinja2` 2.7 configured `setup.py` with test requirements out of the boxOladipo Odumosu
2016-11-15The updated pyramid-jinja2 scaffold already sets up test requirments in ↵Oladipo Odumosu
`setup.py`
2016-11-14should be loaded from the virtualenvOladipo Odumosu
(cherry picked from commit 2552d88)
2016-09-24Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
- Closes #2610
2016-09-01One more for 2.6Steve Piercy
2016-08-15update output of pcreate --list for Quick TourSteve 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-06-16Quick Tour - explicitly use :language: python directive for proper syntax ↵Steve Piercy
highlighting
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-05-07update quick tour with py.test and coverage defaultsSteve Piercy
2016-04-12- use an environment variable and venv. See ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/2468#discussion_r59311019 - rename stanza from `testing_extras` to `tests_require` - switch from nose to pytest
2016-04-12- replace `python -m` with `python3 -m`Steve Piercy
2016-04-12- replace `pyvenv` with `python3 -m venv`Steve Piercy
2016-04-02remove note to install setuptoolsSteve Piercy
2016-03-31- change $VENV to just env.Steve Piercy
2016-03-31- change env35 to just env.Steve Piercy
2016-03-31- update links to PyPA site as practicalSteve Piercy
- update various easy_install/setup.py commands to use pip - update to use py35 - other small improvements
2016-01-31Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-01-23Complete overhaul of Quick Tour - Databases and FormsSteve Piercy
2016-01-22Overhaul Quick Tour: start to "Quick project startup with scaffolds"Steve Piercy
2016-01-21minor grammar fixes.Steve Piercy
2016-01-18overhaul quick_tour from Quick project startup with scaffolds to Sessions ↵Steve Piercy
with updated pyramid_jinja2 scaffold
2016-01-05update links to tutorials in cookbookSteve Piercy
2015-11-12Restore progress after backing changes out of master.Michael Merickel
This reverts commit 049e670aef9ea5611561546fd5c0e2dd6152b9b7.
2015-11-11Revert "update wiki2/src/basiclayout/tutorial"Steve Piercy