From 5bdd10b4dff9abe72300a81230b6fc2b9253ec59 Mon Sep 17 00:00:00 2001 From: Pentabyteman Date: Fri, 17 Nov 2017 23:09:45 +0100 Subject: [PATCH] Update manage.py --- web_dev/sas_web/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_dev/sas_web/manage.py b/web_dev/sas_web/manage.py index 5385018..6ae4ed6 100755 --- a/web_dev/sas_web/manage.py +++ b/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()