In the advanced_usage.rst document we should document the following techniques:
- By default have all the files, then use https://github.com/pydanny/cookiecutter-django/blob/master/hooks/post_gen_project.py#L163-L165 to remove those things not needed. (works everywhere)
- Use logic in directory names to set whether or not something is created. (Only works in Linux/OSX)
In the advanced_usage.rst document we should document the following techniques: