社区所有版块导航
Python
python开源   Django   Python   DjangoApp   pycharm  
DATA
docker   Elasticsearch  
aigc
aigc   chatgpt  
WEB开发
linux   MongoDB   Redis   DATABASE   NGINX   其他Web框架   web工具   zookeeper   tornado   NoSql   Bootstrap   js   peewee   Git   bottle   IE   MQ   Jquery  
机器学习
机器学习算法  
Python88.com
反馈   公告   社区推广  
产品
短视频  
印度
印度  
Py学习  »  Django

学习django时不知如何安装?

jppqh39b • 11 年前 • 4123 次点击  

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
 
4123 次点击  
文章 [ 2 ]  |  最新文章 11 年前
jppqh39b
Reply   •   1 楼
jppqh39b    11 年前

谢谢

lucunshan
Reply   •   2 楼
lucunshan    11 年前

按照提示,执行manage.py syncdb ,同步数据库。