2016年2月19日 星期五

安裝 Django 1.8 版本

python 3.4 版本
pip install "django<1.9"

取得 Django 版本資訊:
python
>>> import django
>>> django.VERSION

沒有留言: