摘要:
搭建项目 # Set up a new projectdjango-admin.py startproject tutorialcd tutorial# Create a virtualenv to isolate our package dependencies locallyvirtualenv envsource env/bin/activate # On Windows use `env\Scripts\activate`# Install Django and Django REST framework into the virtualenvpip install djangopi. 阅读全文
posted @ 2014-04-04 16:21
子夜双鱼
阅读(592)
评论(0)
推荐(0)
浙公网安备 33010602011771号