-
Apparently, this can cause issues. Not clear how, but there you are. Here is a mitigation:
https://github.com/jezdez/envdir/blob/master/setup.py#L23-L33
-
Right now,
```
$ cookiecutter cookiecutter-pypackage/
```
sticks the output into cookiecutter-pypackage/repo-name/.
repo-name/ should be output at the same level as cookiecutter-pypackage/ instead.…
-
$ cookiecutter https://github.com/audreyr/cookiecutter-pypackage.git
Traceback (most recent call last):
File "/usr/bin/cookiecutter", line 9, in
load_entry_point('cookiecutter==0.6.1', 'console…
-
I am in the process of making a Flask cookiecutter template, but I'm running into problems when the Flask Jinja templates are added.
As an example, say I have this template:
```
Go Home
```
Then wh…
-
I'll look into this.
-
I get an error if I have jinja2 2.7.1 installed:
```
$ cookiecutter cookiecutter-pypackage …