Py学习  »  Django

学习django时不知如何安装?

jppqh39b • 11 年前 • 4165 次点击  

Install it Next, run the Django command-line utility to create the database tables automatically:

$ python manage.py syncdb

The syncdb command looks at all your available models and creates tables in your database for whichever tables don’t already exist.

学习django时不知如何安装? 菜鸟请教

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/357
 
4165 次点击  
文章 [ 2 ]  |  最新文章 11 年前