Temporary backup from J621 porting

This commit is contained in:
JakeBreath
2026-08-03 00:31:33 -05:00
parent b1fd4fce60
commit f593d16ca4
43 changed files with 2163 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import pymysql
# Override version to satisfy Django 6.0.3 requirement
pymysql.version_info = (2, 2, 1, 'final', 0)
pymysql.__version__ = '2.2.1'
pymysql.install_as_MySQLdb()