[PR #211] [CLOSED] Upgrading compatibility of Django with MySQL in python3. #913

Closed
opened 2026-02-25 23:44:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/211
Author: @Light-Gao
Created: 1/7/2019
Status: Closed

Base: masterHead: dev


📝 Commits (4)

  • 60fe7de 1. (docs)[README.md] Remind people to get database prepared;
  • 598810d Nothing...
  • 829deca Merge remote-tracking branch 'origin/master'
  • 52f26e8 1. (style) Nothing big.

📊 Changes

5 files changed (+21 additions, -4 deletions)

View changed files

📝 .gitignore (+4 -1)
📝 README.md (+3 -1)
📝 hc/__init__.py (+2 -0)
📝 manage.py (+1 -1)
📝 requirements.txt (+11 -1)

📄 Description

  1. Adding essential dependencies in requirements.txt, including pymysql;
  2. Adding code in hc/__init__.py to avoid Django looking for MySQLdb automatically;
  3. Adding some tips when people do not use default storage(sqlite);

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/211 **Author:** [@Light-Gao](https://github.com/Light-Gao) **Created:** 1/7/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (4) - [`60fe7de`](https://github.com/healthchecks/healthchecks/commit/60fe7de0a04d24a0bfbe988a5c6ae33d433ed63a) 1. (docs)[README.md] Remind people to get database prepared; - [`598810d`](https://github.com/healthchecks/healthchecks/commit/598810d6d29fa6adf91d1893f4bf05310e031130) Nothing... - [`829deca`](https://github.com/healthchecks/healthchecks/commit/829decabcf144e281883639c340880e4a4429521) Merge remote-tracking branch 'origin/master' - [`52f26e8`](https://github.com/healthchecks/healthchecks/commit/52f26e8be3d609214c34d8d4810ff787054cc547) 1. (style) Nothing big. ### 📊 Changes **5 files changed** (+21 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -1) 📝 `README.md` (+3 -1) 📝 `hc/__init__.py` (+2 -0) 📝 `manage.py` (+1 -1) 📝 `requirements.txt` (+11 -1) </details> ### 📄 Description 1. Adding essential dependencies in `requirements.txt`, including `pymysql`; 2. Adding code in `hc/__init__.py` to avoid Django looking for MySQLdb automatically; 3. Adding some tips when people do not use default storage(sqlite); --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:44:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#913
No description provided.