summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
AgeCommit message (Collapse)Author
2012-09-16describe how to restrict access to 127.0.0.1, closes #489Chris McDonough
2012-05-31Added missing word "name" Zeb Palmer
2012-05-15Fixed spelling errors and double backslash in `C:\`.Bryce Boe
2012-04-13Fix a typo in the documentationVeeti Paananen
2012-03-19windowsChris McDonough
2012-03-19wordingChris McDonough
2012-03-19use the correct messageChris McDonough
2012-03-19show the effect of a server restart under reload; explain that template ↵Chris McDonough
changes dont require a restart
2012-03-19provide instructions about how to change the port, warn against changing the ↵Chris McDonough
server, put code reloading into its own section
2012-03-19explain where things might go in reality and explain gt example Windows ↵Chris McDonough
convention
2012-03-18warn about project names that shadow stdlib names, change UNIX prompt to gtChris McDonough
2012-03-18Fixed line width.Michael Merickel
2012-03-18Merge branch 'patch-4' of https://github.com/rach/pyramid into pull.500Michael Merickel
2012-03-18Merge pull request #499 from rach/patch-3Michael Merickel
Keep the same vocabulary than previously in the doc
2012-03-18Suggestion : giving at least the name the command to use as an indication . Rachid Belaid
Even if this information it's not enough, when you read the doc via pdf that give you which command to use without having to jump of section. I find it better for the learning flow of the reader than jumping around.
2012-03-18Keep the same vocabulary than previously in the doc, at this stage of the ↵Rachid Belaid
instruction the user doesn't have more than one package which myproject
2012-03-18Keep the same notation, 'myproject' is used previously. 'mypackage' is ↵Rachid Belaid
correct and generic, after following the previous step of the documentation the user would have only one package which is 'myproject'
2012-03-17misspelling : change 'pryamid_debugtoolbar' into 'pyramid_debugtoolbar'Rachid Belaid
2012-03-15remove debug_templates untruths related to issue #491Chris McDonough
2012-02-19- Put ``pyramid.includes`` targets within ini files in scaffolds on separateChris McDonough
lines in order to be able to tell people to comment out only the ``pyramid_debugtoolbar`` line when they want to disable the toolbar.
2012-02-14use the newer urlChris McDonough
2012-02-14denote other settingsChris McDonough
2012-02-14add note about debugtoolbar.hostsChris McDonough
2012-02-06fix #424Michael Merickel
2012-01-28fix bad numberingChris McDonough
2012-01-19Fixes #400 (although sports was an intentional verb, maybe not the best one ↵Chris McDonough
to use in a place where some folks wont have english as a first language)
2012-01-18untangle some docs about using alternate wsgi servers (divide into 2 ↵Chris McDonough
sections, one about pserve, the other about waitress vs. others)
2012-01-02- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.Chris McDonough
2011-12-16justify wsgiref usageChris McDonough
2011-12-16have output description match realityChris McDonough
2011-12-05add whatsnew-1.3; gardenChris McDonough
2011-12-05the starter scaffold now uses url dispatch; add a minimal section about ↵Chris McDonough
using another WSGI server; random docs fixes
2011-11-12- The ``alchemy`` scaffold has been removed.Chris McDonough
- The ``routesalchemy`` scaffold has been renamed ``alchemy``.
2011-11-12make myproject project relocatable (as per Ken's changes)Chris McDonough
2011-10-17fix note renderingChris McDonough
2011-10-06remove stray references to PasteChris McDonough
2011-10-06remove all reference to the paster command-line utilityChris McDonough
2011-09-23fixed up all the warning dealing ..note and ..warnmichr
added a hide toc for glossary to prevent warnings
2011-09-05add explanation of why to use production.iniChris McDonough
2011-09-04Add Windows analogues to all command lines. Closes #144Chris McDonough
2011-08-22fix stray inclusion of weberror; move manifest descriptionChris McDonough
2011-08-22cleanupsChris McDonough
2011-08-22- Use [app:main] instead of a pipeline in all scaffolds and tutorialsChris McDonough
and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter.
2011-08-20- Mention debug toolbar in tutorials.Chris McDonough
2011-08-13- Projects created via a scaffold no longer depend on the ``WebError``Chris McDonough
package at all; configuration in the ``production.ini`` file which used to require its ``error_catcher`` middleware has been removed. Configuring error catching / email sending is now the domain of the ``pyramid_exclog`` package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
2011-08-11fix docs, scaffolds, and tutorials to use pyramid.includesChris McDonough
2011-08-09instructions about how to turn the toolbar offChris McDonough
2011-08-09fix project.rst to deal with scaffold changesChris McDonough
2011-07-30Updated all of the docs to reflect the new pyramid.* settings prefix.Michael Merickel
2011-07-24missing wordCarlos de la Guardia