diff --git a/README.md b/README.md index 3ec36df..eefaa69 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ This role installs a django app given the download url for it's tar.gz Requirements ------------ -This role requires a database server to to be present where the django app can connect to +This role requires a database server to to be present where the django app can connect to. +The git checkout of the app should have a file called `settings_template.py.j2` which will be templated by jinja with the vars defined and used as settings file for this django app. + Role Variables --------------