maykinmedia/Setup Django backend
Set up prerequisites for a Maykin Django backend
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apt-packages | Any apt packages to install, space-separated | no | gettext postgresql-client |
| python-version | Python version, passed to actions/setup-python | yes | 3.10 |
| optimize-postgres | Tune postgres for non-durable but faster tests. Requires 'pg-service' name. Set to string 'yes' to enable (the default). | no | yes |
| pg-service | Name of the postgres service. If not specified (the default), no optimization is done. See 'optimize-postgres'. | no | "" |
| setup-node | Whether to setup node and npm packages. | no | yes |
| nvmrc-custom-dir | Directory within the github.workspace directory where to find the .nvmrc file (for the setup-node action). | no | "" |
| npm-ci-flags | Additional arguments for the 'npm ci' command. | no | "" |
| working-directory | Specifies the working directory where commands are run. | no | "" |
Outputs
no outputs