From 5c68769d079ac51a0021d118b237de10dc1773b4 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 6 Oct 2020 14:55:22 +0200 Subject: [PATCH] Added documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9b7e8c..07aabfa 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A GitHub action for drawing a Django data model automatically. | file_pattern | :x: | \* | Custom git add file pattern | | output_path | :x: | . | Output path for generated files | | pip_path | :x: | requirements.txt | Requirements path for the Django project | +| project_path | :x: | ./ | The path to manage.py | ### Example Config