This website requires JavaScript.
Explore
Help
Register
Sign In
shen
/
online-judge
Watch
1
Star
0
Fork
0
You've already forked online-judge
mirror of
https://github.com/DMOJ/online-judge.git
synced
2024-11-25 16:32:37 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
f9086f0023
online-judge
/
dmoj_install_pymysql.py
5 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
Make PyMySQL look like mysqlclient 1.3.13; #1112
2019-11-03 08:03:06 +08:00
import
pymysql
pymysql
.
install_as_MySQLdb
(
)
Fix basic Django 3.2 incompatibilities
2022-04-15 10:11:37 +08:00
pymysql
.
version_info
=
(
1
,
4
,
0
,
'
final
'
,
0
)
Reference in New Issue
Copy Permalink