David Buxton
David Buxton
FYI the head of master for GoogleAppEngineMapReduce fixes some (maybe all?) of the things that Potato's fork addresses - https://github.com/GoogleCloudPlatform/appengine-mapreduce/commits/master
Hi, Could you give more details about what versions of Django, Djangae and djangae-scaffold you are using please? Either the version specified by PyPI or the commit hash if you...
What I would like is support for copying all symlinks as-is, not just symlinks to existing directories. My use case is I have symlinks in the cooiecutter template that use...
If there is no need to use the full set of YAML features, we should use `yaml.safe_load()` not `yaml.full_load()`.
If we want to be Python 3.x friendly, use `isinstance(x, numbers.Real)` instead of `isinstance(x, (int, long, float))` or `isinstance(x, numbers.Integral)` instead of `isinstance(x, (int, long))`.
Duplicate of #135
Duplicate of #135