From 57e0c3466104343a23d11dc1058d3278190d057d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Mon, 29 Jan 2018 11:41:38 +0100 Subject: [PATCH] Fix formatting in README.d --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36b4e14..5aba037 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ For example defining `ALLOWED_HOSTS=localhost ::1 127.0.0.1` would allows access [compose-env]: https://docs.docker.com/compose/environment-variables/ -## Adding Netbox Custom Fields +### Custom Initialisation Code (e.g. Automatically Setting Up Custom Fields) -When using `docker-compose`, all the python scripts present in `docker/startup_scripts` will automatically be executed after the application boots. +When using `docker-compose`, all the python scripts present in `docker/startup_scripts` will automatically be executed after the application boots in the context of `./manage.py`. That mechanism can be used for many things, and in particular to load Netbox custom fields: