Changes between Initial Version and Version 1 of rock/Django


Ignore:
Timestamp:
Nov 26, 2010, 2:07:47 PM (14 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rock/Django

    v1 v1  
     1[[PageOutline]]
     2{{{
     3#!html
     4<h1 style="text-align: center; color: blue ; font-size:x-large ; font-weight:bolder">Django</h1>
     5}}}
     6----
     7= 【學習動機】 =
     8 * 提供 light-weight 的 web介面給 drbl-virt 使用
     9 * 考量到 python 已經是所有 linux 必備套件 (Django 是基於 python 的網頁框架)
     10----
     11= 【Django 測試】 =
     12
     13----
     14= 【如何整合到 drbl-virt】 =
     15
     16----
     17= 【參考】 =
     18 * [http://www.djangoproject.com/ 官網]
     19 * 中文資料
     20   * [http://www.openfoundry.org/tw/tech-article/1330 Django 簡介] by !OpenFoundry
     21   * [http://www.openfoundry.org/tw/tech-article/1350 Django 簡介(實作篇)] by !OpenFoundry
     22   * [http://tech.seety.org/python/django_tossug_present.html Django, how to start]
     23   * [http://www.haokanbu.com/story/4925/ Django Hello World]
     24   * [http://blog.ericsk.org/archives/815 用 Python + django 10分鐘內作出一個 blog]