summaryrefslogtreecommitdiff
path: root/paste/app_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed configuration and other parts redundant with paste.deployIan Bicking2005-08-221-646/+0
|
* Removed thirdparty stuffIan Bicking2005-08-221-2/+4
|
* Go up to higher-level directories to find server.confIan Bicking2005-07-211-3/+8
|
* Remove install-related commands (that will all just go in the setuptools ↵Ian Bicking2005-07-131-105/+1
| | | | command lines)
* Patch from Thomas Jenkins (ticket #17), fixing paster listIan Bicking2005-06-301-4/+4
|
* Make copy_dir respect simulate (closes #7)Ian Bicking2005-06-101-3/+4
|
* Added a --stop-daemon option to paster serveIan Bicking2005-06-101-6/+36
|
* Check for existance of PID file, warn if PID file exists, raise error when ↵Ian Bicking2005-06-101-3/+25
| | | | the process still exists
* Make sure a package is installed before enabling with PsateIan Bicking2005-06-031-0/+2
|
* Fixed problem where arguments were ignored with paster serveIan Bicking2005-06-021-1/+7
|
* Added paster install commandIan Bicking2005-06-021-1/+104
|
* Move source directory resolver into a method so subclassing is easierIan Bicking2005-05-311-1/+4
|
* Allow _tmpl on the end of application template template files, so that .py ↵Ian Bicking2005-05-291-0/+2
| | | | files in their unparseable template form don't have the .py extension; updated templates with new filenames
* Added --daemon and related optionsIan Bicking2005-05-251-1/+90
|
* Made app_templates pluggable; added serve command to paste-setupIan Bicking2005-05-181-33/+104
|
* A bunch of pylint-inspired changes; all minor code cleanupIan Bicking2005-05-171-5/+9
|
* Build default configuration into pyconfig directlyIan Bicking2005-05-041-5/+1
|
* Make sure default_config.conf is loadedIan Bicking2005-05-031-0/+4
|
* Renamed package itselfIan Bicking2005-04-221-0/+410