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

Document health_check.db's reliance on health_check_db_testmodel table #444

Open
rgmz opened this issue Feb 5, 2025 · 1 comment
Open

Comments

@rgmz
Copy link

rgmz commented Feb 5, 2025

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
@rgmz rgmz changed the title Document health_check.db Document health_check.db's reliance on health_check_db_testmodel table Feb 5, 2025
@frankwiles
Copy link
Member

Not using Django Migrations with Django is pretty strange. Out of curiosity what are you using?

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

No branches or pull requests

2 participants