# Windows python -m venv venv venv\Script\Activate.ps1 pip install django # MacOs python3 -m venv venv source venv/bin/activate pip install django Como o Django já instalado vamos criar um projeto ...
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file ...