Skip to content

Commit

Permalink
Merge pull request #1415 from makinacorpus/g_interpreter
Browse files Browse the repository at this point in the history
add interpreter
  • Loading branch information
Gaël UTARD committed Mar 25, 2015
2 parents 66b9ebd + 18d4414 commit df44217
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ base-parts =
mkdirs
gdal-bindings
django
interpreter
omelette
parts = ${buildout:base-parts}
develop = .
Expand Down Expand Up @@ -48,6 +49,12 @@ eggs =
# Django upload root (see FileField.upload_to)
uploadroot = ${django:mediaroot}/${django:uploaddir}

[interpreter]
recipe = zc.recipe.egg
eggs = ${django:eggs}
interpreter = ${buildout:bin-directory}/djangopy
dependant-scripts=false

[mkdirs]
recipe = z3c.recipe.mkdir
paths = ${django:staticroot}
Expand Down

0 comments on commit df44217

Please sign in to comment.