Browse Source

Update manage.py

master
Pentabyteman GitHub 8 years ago
parent
commit
5bdd10b4df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_dev/sas_web/manage.py

+ 1
- 1
web_dev/sas_web/manage.py View File

@@ -5,7 +5,7 @@ import platform




if __name__ == "__main__": if __name__ == "__main__":
if platform.system() = "Darwin":
if platform.system() == "Darwin":
import pymysql import pymysql
pymysql.install_as_MySQLdb() pymysql.install_as_MySQLdb()


Loading…
Cancel
Save