Presentation at an AFPY event, march 2013, Paris.
By Rémy Hubscher and Benoit Bryon.
Slides available on https://diecutter.readthedocs.org
This presentation is published under CC BY 3.0
Setup template "diecutter.ini" server-side:
diecutter.template_dir = {{ template_dir|default('') }} diecutter.token = {{ token|default('') }} diecutter.readonly = {{ readonly|default('false') }}
Generate configuration client-side:
wget --post-data="template_dir=src/templates" \ --output-document="diecutter.ini" \ http://diecutter.io/diecutter.ini
django startproject reloaded:
curl --data "django_project=demo" \ http://diecutter.io/+django_project+ \ > demo.zip
And I'd like to reuse templates whatever the provisioning tool!
(1) Work in progress.
| Table of Contents | t |
|---|---|
| Exposé | ESC |
| Full screen slides | e |
| Presenter View | p |
| Source Files | s |
| Slide Numbers | n |
| Toggle screen blanking | b |
| Show/hide slide context | c |
| Notes | 2 |
| Help | h |