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时不知如何安装? 菜鸟请教