Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Fix Typo in Local Setup Command in README.md #71

@xSkkarf

Description

@xSkkarf

Description:

There is a typo in the name of the Gunicorn configuration file. It is currently named gunicorn.config.py, but the documentation refers to it as gunicorn_config.py in the README.md file which may cause confusion or errors for users trying to set up the project locally.

Current (Incorrect) Command:

cp ihr/config/gunicorn_config.py ./

CorrectCommand:

cp ihr/config/gunicorn.config.py ./

Notes:

happy to open a PR to fix it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions