Update 'README.md'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
jens 2021-09-14 13:01:51 +00:00
parent 835ab4eab3
commit c8dbef01a8
1 changed files with 3 additions and 1 deletions

View File

@ -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
--------------