summaryrefslogtreecommitdiff
path: root/docs/narr/myproject
AgeCommit message (Collapse)Author
2021-12-17Move IRC channel to Libera.ChatSergey Maranchuk
2021-01-09Update files from cookiecutter and output from commandsSteve Piercy
2020-01-08sync cookiecutter to starter project `myproject`Steve Piercy
2020-01-03exclude tests package from source packagesMichael Merickel
2020-01-02Resynch docs with cookiecutter - remove unnecessary `omit` line in .coveragercSteve Piercy
2020-01-02Resync through project.rst after moving tests directorySteve Piercy
2020-01-02Update project.rst and its cookiecutter project filesSteve Piercy
- Update output to reflect current cookiecutter - Fix minor typos - Use new links to PyPA for MANIFEST.in description and usage - Add missing keyword "keywords" to setup.py whirlwind description - Flip order of `install_requires` and `extras_require` to align with order in setup.py - Update line numbers and code references - Add watchman under hupper and rewrite paragraph @mmerickel should review
2018-11-27Add a style to show text in input fields.Steve Piercy
Fixes #3431 The cookiecutter has been updated. - See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64
2018-11-19rip out moar unicode prefixesMichael Merickel
2018-08-30Update narr/project.rst and /myproject starter cookiecutter source filesSteve Piercy
2018-06-28Typos changedGerard
2018-01-12Update templates to align with cookiecuttersSteve Piercy
- Update CDN assets to minor versions - Use data attribute for Jinja2 templates (already done in mako and chameleon)
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2017-06-15Use HTTPS for pylonsproject.orgSteve Piercy
2017-06-10update src files and synch emphasize-lines for myprojectSteve Piercy
2017-05-22Fix #2548, add SRI has for script tagsFang-Pen Lin
2017-05-12Merge branch 'master' into change-to-localhostSteve Piercy
2017-04-27Fix underlined title.Rémy HUBSCHER
2017-04-16Fix #2927 - Change to listen = localhost:6543.Aleph Melo
2016-12-27narr/project - update for cookiecuttersSteve Piercy
- update source files - update project.png - fix literalinclude reference in logging
2008-08-24First checkin using StudlyCaps MyProject.Chris McDonough
2008-08-18 - Generated application differences: ``make_app`` entry pointChris McDonough
renamed to ``app`` in order to have a different name than the bfg function of the same name, to prevent confusion. - Add "options" processing to bfg's ``make_app`` to support runtime options. A new API function named ``get_options`` was added to the registry module. This function is typically used in an application's ``app`` entry point. The Paste config file section for the app can now supply the ``reload_templates`` option, which, if true, will prevent the need to restart the appserver in order for ``z3c.pt`` or XSLT template changes to be detected. - Use only the module name in generated project's "test_suite" (run all tests found in the package). - Default port for generated apps changed from 5432 to 6543 (Postgres default port is 6543).
2008-08-17 - Add ``<bfg:settings>`` directive. This directive currently allowsChris McDonough
only one attribute: ``reload_templates``. If e.g.:: <bfg:settings reload_templates="true"/> is in your application's ZCML, you will not need to restart the appserver in order for ``z3c.pt`` or XSLT template changes to be detected and displayed.
2008-07-24Move stuff from lxmlgraph to main docs.Chris McDonough