{{{ #!rst THIS TRANSLATION IS IN PROGRESS: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +-------------------------------------------------------------------------------------------------+ | This is an **in progress** translation document, that means there is somebody working on it. | | For more information on translating documents please look at `TranslateDocumentation Wiki`_. | | Please **do not** edit this page. | | | | .. _TranslateDocumentation Wiki : http://code.djangoproject.com/wiki/TranslateDocumentation | +-------------------------------------------------------------------------------------------------+ ====================== Como instalar o Django ====================== Este documento o levará a ter o Django pronto para uso. Instalar Python =============== Como Django é um framework web Python, este é necessário. O Django funciona com qualquer Python versão 2.3 ou superior. Faça o download do Python em www.python.org. Se você usa Linux ou Mac OS X, provavelmente já tem ele instalado. Instalar o Apache e mod_python ============================== Se você apenas quer experimentar o Django, pule este passo. O Django já possui o seu próprio servidor Web para desenvolvimento. }}}