Pentabyteman
GitHub
8 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
web_dev/sas_web/manage.py
|
|
|
@@ -5,7 +5,7 @@ import platform |
|
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__": |
|
|
|
if platform.system() = "Darwin": |
|
|
|
if platform.system() == "Darwin": |
|
|
|
import pymysql |
|
|
|
pymysql.install_as_MySQLdb() |
|
|
|
|
|
|
|
|