aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-28 13:41:10 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-28 13:41:10 +0800
commit204c5922ba5492bc69d5443388c30f7633fe03e2 (patch)
treee7557bdd577a50f19a07b7926f6e2a4d5198c98e /INSTALL.txt
parent04fd0429233bd15fe3cf046cef578d593778c12d (diff)
downloaddjango-skaschool-204c5922ba5492bc69d5443388c30f7633fe03e2.tar.bz2
added INSTALL.txt
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
new file mode 100644
index 0000000..e668f6a
--- /dev/null
+++ b/INSTALL.txt
@@ -0,0 +1,4 @@
+# database mysql backend:
+o pip install mysql-python (requires 'mysql_config', gcc, Python.h)
+ (libmysqlclient-devel, python-devel)
+