Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Configuration of Test Folder Path #421

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

striveforbest
Copy link

Description:

This pull request addresses an issue where the library attempts to create a folder named health_check_storage_test within the current directory. However, in many setups, users may lack the necessary permissions to do so. To resolve this, the pull request introduces a feature that enables users to easily configure the folder/path through a setting.

Changes:

Added support for configuring the folder/path using a setting.

Users can now define the desired folder/path in their Django settings by adding the following line:
HEALTH_CHECK_TEST_FOLDER = '/tmp'

This enhancement offers greater flexibility and ease of use for users, allowing them to specify a folder/path that suits their setup.

@striveforbest
Copy link
Author

Oh, this won't work. I'll work on a different solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant