prmtl / appfy.recipe.gae

Buildout recipes for App Engine development.
Other
11 stars 5 forks source link

Append any initialization options to the generated initialization output #9

Closed hello-josh closed 10 years ago

hello-josh commented 10 years ago

Resolves #8 by appending initialization to the rest of the initialization code

Example buildout.cfg section

[gae_tools]
recipe = appfy.recipe.gae:tools
sdk-directory = ${gae_sdk:destination}/google_appengine
initialization =
    import dev_appserver
    dev_appserver.fix_sys_path()
extra-paths =
    ${buildout:gae-deploy-dir}
    ${buildout:gae-deploy-dir}/dist
    ${buildout:directory}/local_appserver_deps
hello-josh commented 10 years ago

Do you have a new release planned yet so this can go out?

prmtl commented 10 years ago

Released today as 0.9.5 https://pypi.python.org/pypi/appfy.recipe.gae/0.9.5