X-Git-Url: https://git.auf.org/?p=auf_recipe_django.git;a=blobdiff_plain;f=auf%2Frecipe%2Fdjango%2F__init__.py;h=bbe6ddee119964ae4b4fce4d0a4ade4b334c733f;hp=4214e62ee9f4a451badb60bc1d578f99606dfb14;hb=19d7fb26dd8492abd284d393f56439c83390543b;hpb=d5b00fc33d124dac4f066e5ee6935f9e2721ba44 diff --git a/auf/recipe/django/__init__.py b/auf/recipe/django/__init__.py index 4214e62..bbe6dde 100644 --- a/auf/recipe/django/__init__.py +++ b/auf/recipe/django/__init__.py @@ -1,3 +1,12 @@ # -*- encoding: utf-8 -*- +import zc.buildout +import djangorecipe.boilerplate +from boilerplate import auf_script_template, auf_buildout_file + +# surcharge du tpl de base de buildout pour generer le script dans bin +djangorecipe.boilerplate.script_template = auf_script_template +zc.buildout.easy_install.script_template = auf_buildout_file + + from recipe import Recipe