summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/basiclayout
AgeCommit message (Expand)Author
2017-03-01use correct directory name for cookiecutter generated README.txtSteve Piercy
2016-12-23wiki2/src/basiclayout - update filesSteve Piercy
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-07fixed 'list' to 'listen'Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now s...Martin
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 s...Martin
2016-07-06Update links for AlembixSteve Piercy
2016-06-13Fix flake8's noqa directive in documentation and scaffoldsJC Bohin
2016-05-23Merge pull request #2601 from stevepiercy/1.7-branchSteve Piercy
2016-05-22Change type to Text from Integer. See #2591Steve Piercy
2016-04-12- use an environment variable and venv. See https://github.com/Pylons/pyramid...Steve Piercy
2016-04-11remove theme.min.css, it serves no purposeMichael Merickel
2016-04-11fix readme to show directions in both alchemy and zodbMichael Merickel
2016-04-09- update wiki2/src/basiclayout filesSteve Piercy
2016-02-18add webtest and tests_require to setup.pyMichael Merickel
2016-02-14split routes into a separate moduleMichael Merickel
2016-02-10several simple refactoringsMichael Merickel
2016-02-08expose the session factory on the registryMichael Merickel
2016-02-04fix the Base importMichael Merickel
2016-02-04update source for basiclayoutMichael Merickel
2015-12-02- add comment to NAMING_CONVENTION per 9b12c01168cb756ec36351d7414cad95e87f6581Steve Piercy
2015-11-12Restore progress after backing changes out of master.Michael Merickel
2015-11-12Merge branch 'master' into feature/alchemy-scaffold-updateTres Seaver
2015-11-12basiclayout/tutorial - models, scripts, static, templatesSteve Piercy
2015-11-11basiclayout/tutorial - viewsSteve Piercy
2015-11-11basiclayout/tutorial/setup.py - update template binding from chameleon to jinja2Steve Piercy
2015-11-11Revert "update wiki2/src/basiclayout/tutorial"Steve Piercy
2015-11-11- update basiclayout/tutorial/__init__.pySteve Piercy
2015-11-11wiki2/src/basiclayout/Steve Piercy
2015-10-01wiki2 documentation precisely matches the scaffolding outputnharringtonwasatch
2015-05-25update templates and static assets for each stepSteve Piercy
2014-04-08Drop setup.cfg from scaffoldsWichert Akkerman
2014-04-08Remove Babel from all setup.cfg filesWichert Akkerman
2013-09-08fix merge conflictChris McDonough
2013-09-06removed __init__ methods from SQLAlchemy models in the documentation because ...sergey.volobuev
2013-09-06update the code in the wiki and wiki2 tutorials to use pyramid_chameleonMichael Merickel
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
2013-04-02remove copyright bits from the tutorial examplesTshepang Lekhonkhobe
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-03-04fix #311Tshepang Lekhonkhobe
2012-12-02Sync tests.py and views.py in SQL wiki tutorialPatricio Paez
2012-12-02Sync initializedb.py in SQL wiki tutorialPatricio Paez
2012-12-01Sync models.py in SQL wiki tutorialPatricio Paez
2012-12-01Sync __init__.py in SQL wiki tutorialPatricio Paez
2012-12-01Sync setup.py in SQL wiki tutorialPatricio Paez
2012-11-20Sync views.py on SQL wiki tutorial with the scaffoldPatricio Paez
2012-11-19Sync some SQL wiki tutorial files with the scaffoldPatricio Paez
2012-09-22- Add ``Base.metadata.bind = engine`` to alchemy template, so that tablesChris McDonough
2012-07-29prettify CSS stored in docs tutorialsDavid Gay