摘要:這篇教程從教程,我們會配置自己的數(shù)據(jù)庫,創(chuàng)造你的第一個模型,開始一個快捷的自動生成管理員站點。項目是一個特性網(wǎng)站的相關(guān)配置和應(yīng)用的集合。
Writing your first django app, part 2
this tutorial begins where Tutorial 1 left off.We"ll setup the database, create your first model, and get a quick introduction to Django"s automatically-generated admin site.
這篇教程從教程1,我們會配置自己的數(shù)據(jù)庫,創(chuàng)造你的第一個模型,開始一個快捷的django自動生成管理員站點。
if you wish yo use another databse install the approprite database bindings ans change the following keys in DATABASE "default itemto match your database connection setting:
ENGINE : django.db.backends.mysql
NAME : The name of your database.
The migrate command looks at the INSTALLED_APPS setting and creates any nessary database tables according to the database setings in your mysite/settings.py fiel and database migrations shipped with the app. You"ll see a message for each migration it applies. If you"re interested, run the commadn-line client for your database ans type
migrate查看INSTALLED_APPS設(shè)置并根據(jù)這個mysite/setting.py文件中的數(shù)據(jù)庫設(shè)置創(chuàng)建任何必要的數(shù)據(jù)庫表,數(shù)據(jù)庫的遷移還會跟蹤應(yīng)用的變化
minimalists : 極簡主義者
a model is a single, definitive source of truth about your data.It contains the essential fields ans behaviors of the data you"re storing.
項目和應(yīng)用之間有什么不同呢,應(yīng)用是一個web應(yīng)用程序,他完成具體的事項,比如一個博客系統(tǒng)一個存儲工作檔案的數(shù)據(jù)庫或者一個簡單的頭片應(yīng)用。項目是一個特性網(wǎng)站的相關(guān)配置和應(yīng)用的集合。一個項目可以包含多個應(yīng)用。一個應(yīng)用可以應(yīng)用到多個項目中去。
文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請注明本文地址:http://systransis.cn/yun/40641.html
摘要:前端日報精選開發(fā)常見問題集錦前端碼農(nóng)的自我修養(yǎng)虛擬內(nèi)部是如何工作的譯知乎專欄并不慢,只是你使用姿勢不對一份優(yōu)化指南掘金老司機帶你秒懂內(nèi)存管理第一部中文免費公開課前端面試的大關(guān)鍵點,你到了嗎知乎專欄高效開發(fā)與設(shè)計姐的圖片二三 2017-07-19 前端日報 精選 VueJS 開發(fā)常見問題集錦 - 前端碼農(nóng)的自我修養(yǎng) - SegmentFault虛擬 DOM 內(nèi)部是如何工作的?[譯]Hig...
摘要:上傳文件概述當在處理文件上傳時,文件的數(shù)據(jù)被存儲在屬性中只有在請求的方法為且提交的表單帶有屬性的情況才會包含數(shù)據(jù)。如豆瓣,防止頁面卡死。 上傳文件 概述 當Django在處理文件上傳時,文件的數(shù)據(jù)被存儲在request.FILES屬性中 FILES只有在請求的方法為POST且提交的form表單帶有enctype=multipart/form-data屬性的情況才會包含數(shù)據(jù)。否則,F(xiàn)IL...
摘要:漢字拼音 Awesome Python A curated list of awesome Python frameworks, libraries and software. Inspired by awesome-php. Awesome Python Environment Management Package Management Package Repositorie...
閱讀 775·2019-08-29 16:32
閱讀 843·2019-08-29 12:31
閱讀 3226·2019-08-26 18:26
閱讀 3165·2019-08-26 12:20
閱讀 1742·2019-08-26 12:00
閱讀 3013·2019-08-26 10:58
閱讀 2820·2019-08-23 17:08
閱讀 2315·2019-08-23 16:32