Re-organize settings file
commit588f497a374f73a5e76b63bb28e54fda09e5fb32
authorSebastian Nowicki <sebnow@gmail.com>
Tue, 10 Feb 2009 03:16:41 +0000 (10 12:16 +0900)
committerSebastian Nowicki <sebnow@gmail.com>
Wed, 25 Nov 2009 14:37:43 +0000 (25 22:37 +0800)
tree1c917f3920d1a940b74ea38c99340f5d953588dc
parent1410583943d2c0c2a2442605848c4900d1e3e1b2
Re-organize settings file

Instead of tracking changes in settings.py.proto and merging with a
local settings.py, the settings.py is tracked and local settings are
imported from settings_local.py. The imported settings can override the
settings defined in settings.py, so it's still flexible.

Better efaults have also been defined, for a development environment.
This makes it faster and easier to start developing.

Signed-off-by: Sebastian Nowicki <sebnow@gmail.com>
.gitignore
README.rst
archlinux/settings.py [moved from archlinux/settings.py.proto with 65% similarity]
archlinux/settings_local.py.sample [new file with mode: 0644]