This website works better with JavaScript.
Home
Help
Sign In
christian
/
SaS
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update manage.py
master
Pentabyteman
GitHub
8 years ago
parent
3af7642388
commit
5bdd10b4df
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save