We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
health_check.db
health_check_db_testmodel
The health_check.db check's reliance on health_check_db_testmodel can be surprising if you aren't using Django migrations.
I think it would be beneficial to call out in the install instructions.
e.g.,
If using the DB check, run migrations or create a table called health_check_db_testmodel $ django-admin migrate
If using the DB check, run migrations or create a table called health_check_db_testmodel
$ django-admin migrate
The text was updated successfully, but these errors were encountered:
Not using Django Migrations with Django is pretty strange. Out of curiosity what are you using?
Sorry, something went wrong.
No branches or pull requests
The
health_check.db
check's reliance onhealth_check_db_testmodel
can be surprising if you aren't using Django migrations.I think it would be beneficial to call out in the install instructions.
e.g.,
The text was updated successfully, but these errors were encountered: