hooks/post_gen_project.py
changeset 2 01a55c704ea1
parent 0 10812b2ba33a
child 6 365da6d54a09
equal deleted inserted replaced
1:a05d4ccf5441 2:01a55c704ea1
    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