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
8d3bae0f4b
commit
3af7642388
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
web_dev/sas_web/manage.py
+ 1
- 2
web_dev/sas_web/manage.py
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()
Write
Preview
Loading…
Cancel
Save