aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the new config "plugin spec" loading code so it doesn't break on no ↵Christopher Allan Webber2013-05-081-1/+1
| | | | plugins section
* Allow plugins to install their own config_spec.ini if they like.Christopher Allan Webber2013-05-081-0/+42
| | | | This commit sponsored by Timothy Vollmer. Thanks Tim!
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Whitespace and formatting cleanup.Nathan Yergler2011-10-011-1/+1
| | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, =
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Move config.py to init/Elrond2011-07-021-0/+122
Some simple changes needed to do that. The interesting question left: Should config_spec.ini also be moved?