Django template projects
If you haven’t heard yet, let me break the good news to you: Django 1.6 is getting template apps/projects. This means that, when starting a new project, you don’t have to copy your old directories and change stuff around any more, you can just put them into reusable directories (or even repositories) and Django will be able to use them very simply:
django-admin.py startproject --template=/djtemplates/default myapp
I’ve been needing a feature like that for ages, and now I’m giddy with excitement, so, without further ado,
