Show HN: Insultingly simple configuration for Python applications

http://github.com/fmd/lazyconf
by fmdud • 12 years ago
2 1 12 years ago

Hi everyone, I created a simple tool to help me configure my Django apps. I've open sourced it in case anyone else finds it useful.

Lazyconf prompts a user based on a predefined, edited, git-commitable schema. It then generates a data file, ignored by git, which can be accessed through Python, or through the command line.

Question/Feedback encouraged!

Related Stories

Loading related stories...

Source preview

github.com