summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/databases.rst
AgeCommit message (Collapse)Author
2018-10-09Align emphasize-lines with setup.py codeSteve Piercy
2018-10-08Align emphasize-lines to setup.pySteve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
Add emphasize lines to highlight what changed. Improve instructions for when to run `pip install -e .` Standardize numbered list format.
2018-10-05Merge branch 'master' into one_ccSteve Piercy
2018-10-03Change references to "py.test" in all Quick Tutorial documentationPaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the Quick Tutorial documentation
2018-09-17name changeStephen Martin
2018-09-16doc fixesStephen Martin
2018-09-09merging cookiecuttersStephen Martin
2018-08-18Clean up code-blocks in qt/databasesSteve Piercy
2016-12-27quick_tutorial - moar updates for cookiecuttersSteve Piercy
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup databases.rst
2016-04-12one does not simply "create a virtualenv". one should "create a virtual ↵Steve Piercy
environment". - Fixes #2483
2016-04-07- update databases.rstSteve Piercy
2015-06-01Add additional logging configs necessary for db script output and update ↵Karen Dalton
tests.py to fix the 'At least one scoped session' warning
2015-05-23fix template static asset URLs; grammar; line numbersSteve Piercy
2014-05-25Bring in #1352Steve Piercy
2013-10-08Small quick tutorial fixes post conference.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-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-13Fix naming of virtualenv prefix.Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt