From c8dbef01a8d6e7b076cd711e446b73fadf464bb3 Mon Sep 17 00:00:00 2001 From: jens Date: Tue, 14 Sep 2021 13:01:51 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 --------------