summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
AgeCommit message (Collapse)Author
2014-04-09Typo correction "setupy"-->"setup.py"thapar
2014-04-09Merge pull request #1288 from stevepiercy/masterSteve Piercy
- add name of views.py
2014-04-09- add name of views.pySteve Piercy
2014-04-09Merge pull request #1287 from stevepiercy/masterSteve Piercy
- clarify Windows setuptools instructions
2014-04-09- clarify Windows setuptools instructionsSteve Piercy
- correct typo on location
2014-04-08Drop setup.cfg from scaffoldsWichert Akkerman
Since setup.cfg is no longer needed for Babel, and no scaffold or documentation references nose there is no need to keep them.
2014-04-08Remove Babel from all setup.cfg filesWichert Akkerman
2014-04-08fix merge conflict while merging master to 1.5 branchChris McDonough
2014-03-26Merge pull request #1280 from dhaaker/patch-2Steve Piercy
Update hello_world.rst
2014-03-26Update hello_world.rstDaniel Haaker
Modify 'Extra Credit' to reflect code example
2014-03-26Remove whitespace before the open parenthesisDaniel Haaker
2014-03-21- fix indentation of code blockSteve Piercy
2014-03-10Remove extra concatenation from request.static_url()sbivol
fixes issue #1266
2014-02-16Clarify.Tres Seaver
2014-02-16Trailing commas are good.Tres Seaver
2014-02-16EC: break the page and see the DBT traceback display.Tres Seaver
2014-02-16Don't leave the page broken.Tres Seaver
2014-02-16Match optional reqs on Windows to those on POSIX.Tres Seaver
2014-02-16EC: why not add 'pyramid_debugtoolbar' to our 'install_requires'?Tres Seaver
2014-02-16Clarifications.Tres Seaver
2014-02-16Avoid re-ambiguating 'project' vs. 'package.Tres Seaver
2014-02-16Clarify vs. import time.Tres Seaver
2014-02-16Clarify reasons for preferring easy_install over pip.Tres Seaver
2014-02-10- Garden PR #1121Steve Piercy
2013-11-09undeprecate remember/forget functions and remove ↵Chris McDonough
remember_userid/forget_userid methods from request
2013-10-30convert remember/forget to request-method-basedChris McDonough
2013-10-19Merge branch 'master' into feature.signed-cookie-sessionMichael Merickel
2013-10-19update the docsMichael Merickel
2013-10-09Hedge a little while the compendium of session add-ons is written.Paul Everitt
2013-10-08Small quick tutorial fixes post conference.Paul Everitt
2013-09-28Used a parsed-literal to pin the version number on easy_install.Paul Everitt
2013-09-26Quick Tour: shorten the setup part and point to Quick Tutorial Requirements ↵Paul Everitt
for more explanation. Cross link each Quick Tour section with its Quick Tutorial match.
2013-09-25Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ↵Paul Everitt
Python 3.
2013-09-25Add some more of the up-front packages.Paul Everitt
2013-09-25Oops, need a $VENV path to easy_installPaul Everitt
2013-09-25Quick Tutorial: Improve the setup instructions (adapted from Steve Piercy's ↵Paul Everitt
work), particularly for Windows. Change all the steps to use $VENV/bin prefixes on commands (don't presume that they have done source env/bin/activate).
2013-09-16make example links clickable, for convenienceTshepang Lekhonkhobe
2013-09-16s/env/venv just for sake of consistencyTshepang Lekhonkhobe
2013-09-14rename ref mako_templates to available_template_system_bindingsSteve Piercy
2013-09-13Fix naming of virtualenv prefix.Paul Everitt
2013-09-13All the references re-wired.Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt