摘要:
step01:create a database name as (django_db) on mysql ...step02:configure your django to use the mysql ...vim settings.pymodify the DATABASES item ...... 阅读全文
摘要:
Let's create a simple website by django ...step01:django-admin startproject x01step02:cd x01lsYou will see ...or you can use tree:treestep03:write the... 阅读全文