Changes between Initial Version and Version 1 of DocPtTutorial2


Ignore:
Timestamp:
Oct 10, 2006, 11:08:28 AM (18 years ago)
Author:
marvinware2005@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DocPtTutorial2

    v1 v1  
     1{{{
     2#!rst
     3
     4THIS TRANSLATION IS IN PROGRESS:
     5^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     6+-------------------------------------------------------------------------------------------------+
     7|    This is an **in progress** translation document, that means there is somebody working on it. |
     8|    For more information on translating documents please look at `TranslateDocumentation Wiki`_. |
     9|    Please **do not** edit this page.                                                            |
     10|                                                                                                 |
     11| .. _TranslateDocumentation Wiki : http://code.djangoproject.com/wiki/TranslateDocumentation     |
     12+-------------------------------------------------------------------------------------------------+   
     13
     14..
     15  ======================================
     16  Writing your first Django app, part 2
     17  ======================================
     18
     19.. sidebar:: Referência da API de Banco de Dados
     20  :subtitle: tradução para o português.
     21
     22  Documento original: `Writing your first Django app, part 2`_
     23 
     24  Tradução: Marcos Vinícius `<marvinware2005@yahoo.com>`
     25 
     26  Referente a revisão: 3454
     27
     28.. _Writing your first Django app, part 2: http://www.djangoproject.com/documentation/tutorial2/
     29
     30.. contents:: **Conteúdos do capítulo**
     31
     32=================================================
     33Escrevendo sua primeira aplicação Django, parte 2
     34=================================================
     35
     36Este documento cobre a versão 0.95 de Django e a versão do desenvolvimento. Docs anteriores: `0.90`_, `0.91`_
     37----------------------------------------------------------------------------------------------------------------
     38
     39.. _0.90: http://www.djangoproject.com/documentation/0_90/
     40.. _0.91: http://www.djangoproject.com/documentation/0_91/
     41
     42Esse tutorial começa onde o Tutorial1 terminou. Nós vamos continuar nossa aplicação de "Questionário Web" e focar no site de administração gerado pelo Django.
     43
     44}}}
Back to Top