- Aug 21, 2013
-
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
Jinja2's FileSystemLoader converts forward slashes to os.path.sep automatically by design. This results in failures when using env.get_template() on Windows. This is a workaround to fix that.
-
- Aug 20, 2013
-
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
Update the cookiecutter-dj-* names
-
Audrey Roy authored
-
Audrey Roy authored
-
Daniel Greenfeld authored
-
Steven Loria authored
This solves a problem where files in nested, templated paths would raise an IOError: e.g. {{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/binaryfile This also removes the requirements file from tox.ini (since it doesn't exist). Instead, deps are specified explicitly.
-
- Aug 19, 2013
-
-
Audrey Roy authored
Fix README logo URL so it shows up nicely on PyPI
-
Daniel Greenfeld authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
Ensure no errors on .DS_Store files during generate_files(), #36. Treat .DS_Store files like any other binary for now and copy over.
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
-
Audrey Roy authored
Adding tests_required=['mock', ] to fix test_prompt invocation error.
-
- Aug 18, 2013
-
-
Daniel Greenfeld authored
-