I've cloned the github repo, but there seems to be a lot of repeating code... for example when I "grep -ril django ./" I get:
./2.7/descriptions.nsh
./2.7/modules.bat
./2.7/modules.nsh
./2.7/settings.bat
I could be wrong, but this seems to go against the DRY principle (Don't Repeat Yourself)... or at least it's not clear if there's a single line I can comment out to disable django (for example).
I also may need to add modules... it would be nice if there was a wiki page or even just a post on this forum giving me an explanation of how to accomplish these goals.
Thanks for a great project! I hope to use this for a new project!