Skip to content

Instantly share code, notes, and snippets.

@maxmanders
Created September 12, 2012 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxmanders/3709493 to your computer and use it in GitHub Desktop.
Save maxmanders/3709493 to your computer and use it in GitHub Desktop.
name "django-server"
description "Django Server Role"
all_env = [
"role[base]",
"recipe[python]",
"recipe[nginx]",
"recipe[gunicorn]",
]
run_list(all_env)
env_run_lists(
"_default" => all_env,
"prod" => all_env,
"dev" => all_env,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment