summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/definingmodels.rst
AgeCommit message (Collapse)Author
2018-08-19Standardize Unix capitalizationSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki2/definingmodelsSteve Piercy
2018-06-29Gardening of definingmodels.rstSteve Piercy
- Synch up emphasize-lines to new script changes - Update output examples
2018-06-28Modify sections for db script to align with Alembic workflow (WIP)Steve Piercy
- This is not complete. I don't know what I did wrong, but the script does not run.
2018-06-28Add Alembic step and overviewSteve Piercy
2018-06-26rename script to align with cookiecutter defaultSteve Piercy
2018-06-26Add alembic, correct name of init script in setup.pySteve Piercy
- Adjust linenos in defining models step - Update package version numbers to latest
2018-04-24link to pypi.orgMichael Merickel
2017-06-10update src files and synch emphasize-lines for alchemy wiki tutorialSteve Piercy
2017-05-23updated the emphasis in the tutorial docs for the definingmodels.rstChris Morales
2016-12-23fix reST syntaxSteve Piercy
2016-12-23wiki2/*.rst first cut from comparing across branchesSteve Piercy
2016-05-22change type integer to type text, and update output of db init scriptSteve Piercy
- update output of running pytest coverage
2016-04-16replace ps1con with doscon for lexerSteve Piercy
2016-04-09- add intersphinx targetsSteve Piercy
2016-04-09- update definingmodels stepSteve Piercy
2016-02-24update definingmodels (done)Steve Piercy
- minor grammar and syntax
2016-02-23update definingmodels (WIP)Steve Piercy
- minor grammar and syntax - define hashing and its purpose
2016-02-12update the views/models with setup.py developMichael Merickel
2016-02-12add the bcrypt dependencyMichael Merickel
2016-02-12update the models chapter with the new user modelMichael Merickel
2016-02-12let's go ahead and bite off more than we can chew by adding object-securityMichael Merickel
we'll allow anyone to create pages, not just editors finally we'll allow page creators of pages to edit their pages even if they are not editors
2016-02-07update definingmodels chapter of wiki2 tutorialMichael Merickel
2016-02-07assume the user is in the tutorial folderMichael Merickel
this is already assumed inside of installation where commands are run relative to setup.py
2015-11-12update wiki2/src/models and wiki2/definingmodels.rstSteve Piercy
2015-05-25update static assets, mytemplate.pt, capsSteve Piercy
2015-05-25wikis consistency, grammar, wrappingSteve Piercy
2015-05-25use correct column typeSteve Piercy
2015-05-24- make templates html5 compliantSteve Piercy
- punctuation, grammar, spelling - fix linenos references - update outputs
2013-09-06Update line numbers as appropriateBert JW Regeer
Removing __init__ moved some code around, update the line numbers as appropriate so that the right sections of code get highlighted.
2013-03-21Merge pull request #917 from tshepang/patch-2Tres Seaver
wiki2 tutorial: no need to re-install
2013-03-21add hyperlinks for SQLAlchemyTshepang Lekhonkhobe
2013-03-17no need to re-installTshepang Lekhonkhobe
This will continue working fine.
2013-01-20point to the sources of the wiki tutorials in just one location; fix #763Tshepang Lekhonkhobe
* This avoids having to update the link multiple times. * Also, mention their location, in case user has Pyramid checkout.
2013-01-11Merge pull request #768 from tshepang/dupesChris McDonough
Reduce duplicated content in wiki2 tutorial
2013-01-05Reduce duplicated content in wiki2 tutorialTshepang Lekhonkhobe
2013-01-05typoTshepang Lekhonkhobe
2012-12-10Merge pull request #736 from msabramo/docs-tutorials-wiki2-tweaksChris McDonough
A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2
2012-12-02Sync initializedb.py in SQL wiki tutorialPatricio Paez
2012-12-01Sync models.py in SQL wiki tutorialPatricio Paez
- Update lines and emphasized-lines - No line numbers if only a single line
2012-11-30A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2Marc Abramowitz
2012-03-17Merge pull request #496 from douglatornell/sql-tut-editsChris McDonough
Improve text of SQLAlchemy wiki tutorial.
2012-03-17Improve text of SQLAlchemy wiki tutorial.Doug Latornell
A mixture of typo fixes and wording improvements.
2012-03-17master->1.3-branchChris McDonough
2012-03-14Renamed db populate to initialize in SQL tutorialPatricio Paez
- Replaced populate_tutorial -> initialize_tutorial_db - Renamed populate.py -> initializedb.py - Updated references in the documenation
2012-03-12The import also has changed and needs to be edited by the user, so I ↵Audrey Roy
highlighted it.
2012-03-12Clarified which files to open/edit. Highlighted the lines to be edited in ↵Audrey Roy
models.py.
2012-03-12Added links to Starting the ApplicationPatricio Paez
- Sections 'Viewing the Application in a Browser' in the 'Defining the Domain Model' and 'Defining the Views' chapters now offer a quick link in both wiki tutorials, as suggested by Paulo.
2012-01-18include correct fileChris McDonough
2011-11-27- The SQLAlchemy Wiki tutorial has been updated. It now usesChris McDonough
``@view_config`` decorators and an explicit database population script. Closes #359.