summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Removing (and ignoring) a .DS_Store file.Ryan Petrello2012-03-211-0/+2
|
* Adding ignore for HTML coverage reportsYoann Roman2011-03-071-0/+1
|
* Updating .gitignore to standard GitHub templateYoann Roman2011-01-031-2/+19
|
* Adding (optional) file monitoring functionality to automatically reload ↵Ryan Petrello2010-12-151-0/+1
| | | | | | | | pecan apps when .py files change (similar to paster --reload server config.ini). Now in your project, you can do: pecan.conf.app = {'reload': True, ...} Additionally, the pecan quick start template has been configured to auto-reload by default.
* removed egg directory and modified set_config so it does not require pecan ↵Alfredo Deza2010-12-061-0/+1
before calling conf