03 2015 档案

django models.
摘要:1. make changes on ../models.py2. python manage.py makemigrations3.python manage.py migrate(syncdb) 阅读全文

posted @ 2015-03-07 21:20 jmbkeyes 阅读(118) 评论(0) 推荐(0)

Centos6.5 install Python2.7 & django & mysql & apache
摘要:#! /bin/bash#su root#get python2.7wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz#install pythontar zxvf Python-2.7.9.tgzcd Python-2.7.9... 阅读全文

posted @ 2015-03-05 22:57 jmbkeyes 阅读(291) 评论(0) 推荐(0)

导航