Updated documentation + Adjusted default commit_message

This commit is contained in:
2020-10-06 17:04:33 +02:00
parent 96d86388ed
commit ecc49a0807
2 changed files with 9 additions and 7 deletions

View File

@@ -6,12 +6,14 @@ A GitHub action for drawing a Django data model automatically.
### Parameters
| Parameter | Required | Default | Description |
| -------------- | :------: | :---------------: | ---------------------------------------- |
| commit_message | :x: | Added data schema | Custom git commit message |
| 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 |
| Parameter | Required | Default | Description |
| -------------- | :------: | :-----------------: | ------------------------------------------------------------------ |
| commit_message | :x: | Updated data schema | Custom git commit message |
| output_path | :x: | . | Output path for generated files (see 'Example Config' for example) |
| pip_path | :x: | requirements.txt | Requirements path for the Django project |
| project_path | :x: | ./ | The path to manage.py (see 'Example Config' for example) |
> Note: The output_path has to exist already.
### Example Config