I wrote a tool (along similar ideas, starting out is always a needless time sink) called GluStik (punning Paster) <a href="https://github.com/leetrout/glustik#default-djangoglu-methods" rel="nofollow">https://github.com/leetrout/glustik#default-djangoglu-method...</a><p>Now GluStik scratched my itch of needing a very specific, custom layout, represented in code, and plopping in Django's files (like settings) so it provides hooks to use Django's templates. I'm curious what sort of design decisions went into project builder and what plans exist to support emerging trends?<p>For instance, I would much rather have a settings package with base.py and local.py inside where my local settings can extend base settings (like INSTALLED_APPS += ('debugtoolbar',) ala Brack3t's Modular Settings <a href="https://github.com/brack3t/django-modular-settings" rel="nofollow">https://github.com/brack3t/django-modular-settings</a><p>I realize this isn't the default Django behavior but I know more than a couple developers that use this format. So if project builder is about "sane defaults" and the masses prefer this is there a plan to support it (or other, similar developer centric preferences that are outside the "Django way")?