equal
deleted
inserted
replaced
88 print("To finalize it's creation, just type:") |
88 print("To finalize it's creation, just type:") |
89 print("- cd {{ cookiecutter.project_slug }}") |
89 print("- cd {{ cookiecutter.project_slug }}") |
90 print("- python3.5 bootstrap.py") |
90 print("- python3.5 bootstrap.py") |
91 print("- ./bin/buildout") |
91 print("- ./bin/buildout") |
92 |
92 |
|
93 |
93 {%- if cookiecutter.use_zeo_auth %} |
94 {%- if cookiecutter.use_zeo_auth %} |
94 # |
95 # |
95 # Initialize ZEO authentication file |
96 # Initialize ZEO authentication file |
96 # |
97 # |
97 |
98 |