summaryrefslogtreecommitdiff
path: root/docs/quick_tour
AgeCommit message (Collapse)Author
2016-12-25quick_tour - "Databases" updates for cookiecutterSteve Piercy
- add ALL src files
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 - 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-09Added configuration for ipv6 in .ini files.Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-07-06Update links for AlembixSteve Piercy
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-06-13Fix flake8's noqa directive in documentation and scaffoldsJC Bohin
2016-05-23Merge pull request #2601 from stevepiercy/1.7-branchSteve Piercy
revert column type change in alchemy scaffold and related docs
2016-05-22Change type to Text from Integer. See #2591Steve Piercy
2016-04-12- fix readme in quick_tour/sqla_demoSteve Piercy
2016-04-11remove theme.min.css, it serves no purposeMichael Merickel
2016-01-31Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-01-24Bump sphinx to 1.3.5; revert comment syntax. Closes #2251.Steve Piercy
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-19workaround for #2251. See also https://github.com/sphinx-doc/sphinx/issues/2253Steve Piercy
2016-01-18overhaul quick_tour from Quick project startup with scaffolds to Sessions ↵Steve Piercy
with updated pyramid_jinja2 scaffold
2016-01-05remove unused "awesome" directory from quick_tour. it had references to ↵Steve Piercy
pylonshq.com, which no longer exists.
2015-12-01Add documentation why we add a naming conventionBert JW Regeer
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
2015-11-11sqla_demo/sqla_demoSteve Piercy
- add /models, /static, /templates, and /views
2015-11-10sqla_demo/sqla_demoSteve Piercy
- add /models, /static, /templates, and /views
2015-11-10sqla_demo/sqla_demoSteve Piercy
- update /scripts, /static, and /templates
2015-11-10sqla_demo/sqla_demo/Steve Piercy
- update __init__.py and tests.py - remove models.py and views.py in preference to modules
2015-11-10- update files at project rootSteve Piercy
2015-11-10- remove sqla_demo.sqlite db: it's generated by the userSteve Piercy
2014-04-15DOC: Comment re: XSS, PEP8 imports, typowesturner
2014-04-15DOC: Add cgi.escape to quick_tour/views/views.py (Fixes #1294)westurner
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
2013-10-19Merge branch 'master' into feature.signed-cookie-sessionMichael Merickel
2013-10-19update the docsMichael Merickel
2013-09-28Used a parsed-literal to pin the version number on easy_install.Paul Everitt
2013-08-16remove extraneous spaceTshepang Lekhonkhobe
2013-08-12Forgot to add the subdirPaul Everitt