Update manage.py

This commit is contained in:
Pentabyteman
2017-11-17 23:08:37 +01:00
committed by GitHub
parent 8d3bae0f4b
commit 3af7642388
+1 -2
View File
@@ -5,8 +5,7 @@ import platform
if __name__ == "__main__":
operating_system = platform.platform
if operating_system.startswith( "Darwin" ):
if platform.system() = "Darwin":
import pymysql
pymysql.install_as_MySQLdb()